Discord-Bot-Python/main.py
2023-01-23 14:29:07 +02:00

4 lines
64 B
Python

import bot
if __name__ == '__main__':
bot.run_discord_bot()