6 lines
80 B
Python
6 lines
80 B
Python
import bot
|
|
import secret
|
|
|
|
client = bot.OMFClient()
|
|
client.run(secret.BOT_TOKEN)
|