mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-01 10:45:25 +02:00
Added commands I think
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user