This commit is contained in:
2025-10-28 15:42:26 +01:00
parent 020c686c81
commit 18d7f318f6
44 changed files with 7168 additions and 7137 deletions

12
main.py
View File

@@ -4,13 +4,13 @@ from gwendolyn import Gwendolyn
from gwendolyn.utils import make_files
def main():
"""Starts the bot"""
"""Starts the bot"""
make_files()
make_files()
# Creates the Bot
bot = Gwendolyn()
bot.start()
# Creates the Bot
bot = Gwendolyn()
bot.start()
if __name__ == "__main__":
main()
main()