This is a discord bot built with python The bot have several commands.
-
FIRST of all, if you guys don't have the discord module downloaded, please use the following command to do it:
pip install discord.py
-
Run the bot script
python bot.py
-
When prompted, enter the discord bot.
Note: You should have channels so that it is easier for you to navigate through the commands
Commands:
-
hi - This command is used to welcome new members.
-
testmessage - This command is used to send messages to members. Use the following format: testmessage @username "Your message".
-
currenttime - This command is used to display the current date and time in a specified timezone. Use the following format: currenttime timezone
-
rememberdate - This command is used to remember important dates. Use the following format: rememberdate "Event" "MM-DD-YYYY".
NOTES:
If you want to change the timezone, here is the link to all the pytz timezones:
https://mljar.com/blog/list-pytz-timezones/