mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-03-12 11:57:42 +01:00
Added commands I think
This commit is contained in:
parent
81fd7979db
commit
7ea167afcf
@ -11,7 +11,6 @@ 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'])
|
||||||
bot.http.user_agent += ' TitanEmbeds-Bot'
|
|
||||||
database = DatabaseInterface(bot)
|
database = DatabaseInterface(bot)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user