mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-27 15:37:03 +01:00
Added commands I think
This commit is contained in:
parent
358647fc48
commit
b62d43b21c
@ -11,7 +11,7 @@ logging.getLogger('TitanBot')
|
|||||||
logging.getLogger('sqlalchemy')
|
logging.getLogger('sqlalchemy')
|
||||||
|
|
||||||
bot = commands.Bot(command_prefix=config['command-prefix'])
|
bot = commands.Bot(command_prefix=config['command-prefix'])
|
||||||
database = none
|
database = None
|
||||||
def _cleanup():
|
def _cleanup():
|
||||||
try:
|
try:
|
||||||
bot.loop.run_until_complete(logout())
|
bot.loop.run_until_complete(logout())
|
||||||
|
Loading…
Reference in New Issue
Block a user