This commit is contained in:
2024-10-29 15:20:28 +01:00
parent eb2960aa10
commit e955ef4e28
34 changed files with 201 additions and 476 deletions

View File

@@ -10,7 +10,6 @@ def main():
# Creates the Bot
bot = Gwendolyn()
bot.load_extension("gwendolyn.ext.misc")
bot.start()
if __name__ == "__main__":