the bot will post a message in x channel when y amount of reactions are detected on a message. Note x and y can be customized as well
creates a rank card generated with my handwriting by image manipulation
context menu for a message gives option to send that message to your dm
can log deleted messages and post them to a channel of choice
Owners of the bot can run this to make the bot offline
restarts the bot with any modifications on bot.py if any
-
add IDs of owners on line no 7 of setup.py in a List [ID1,ID2...]
Example:
Multiple Owners
owner = [534258961044444444, 867496941999999999]
Single Owner
owner = [534258961044444444]
Note: Owners can restart or switch the bot off / make the bot say stuff
in particular channel...No other permissions are given like the ability
to change skullBoard... -
add IDs of server you want the slash commands to work on in a list [ID1,ID2...]
(line no. 10) -
(optional , line no 13) mention ID of a channel you want the bot to send messages like
bot is now online -
Finally on line no 16 , add your token...here is more info on how to get your token