talkomatic.py 0.1.2
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
 
Loading...
Searching...
No Matches
vote_guard Namespace Reference

Functions

None on_connect ()
 
None update_message (*args)
 

Variables

 bot = Bot()
 

Detailed Description

vote_guard.py

This example shows making a bot keeping track of votes, and banned users.

Function Documentation

◆ on_connect()

None vote_guard.on_connect ( )

Definition at line 15 of file vote_guard.py.

◆ update_message()

None vote_guard.update_message ( * args)

Definition at line 28 of file vote_guard.py.

Variable Documentation

◆ bot

vote_guard.bot = Bot()

Definition at line 11 of file vote_guard.py.