✨
This commit is contained in:
12
main.py
12
main.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user