Basic functionalities

This commit is contained in:
Juan 2023-05-22 18:45:01 -04:00
parent 680d29c7d2
commit ae759b9153
3 changed files with 61 additions and 0 deletions

4
main.py Normal file
View file

@ -0,0 +1,4 @@
import bot
if __name__ == '__main__':
bot.run_discord_bot()