reworking a bunch of stuff 2.0

This commit is contained in:
Nikolaj
2024-10-28 14:38:41 +01:00
parent bc59bf9b05
commit eb2960aa10
9 changed files with 21 additions and 269 deletions

View File

@@ -11,7 +11,7 @@ def main():
# Creates the Bot
bot = Gwendolyn()
bot.load_extension("gwendolyn.ext.misc")
bot.start("NzM4NzYwODkyNjczNTU2NTYy.GPjy55.xbYtH20UtCjOl87C-2DEPx2BwFWh2-xn1-9YnE")
bot.start()
if __name__ == "__main__":
main()