4 lines
64 B
Python
4 lines
64 B
Python
|
import bot
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
bot.run_discord_bot()
|