orochi-discord/bot.py

8 lines
90 B
Python
Executable File

#!/usr/bin/env python3
from orochi import bot
if __name__ == '__main__':
bot.run()