first commit

This commit is contained in:
Marc Ahlgrim
2022-07-20 20:30:33 +02:00
commit e58ba3a745
14 changed files with 699 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import bot
import secret
client = bot.OMFClient()
client.run(secret.BOT_TOKEN)