Files
bot-discord/main.py

5 lines
79 B
Python

#!/usr/bin/env python3
from bot import DiscordBot
bot = DiscordBot()
bot.run()