Discord-Bot-Python/main.py

4 lines
64 B
Python

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