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:
@ -16,6 +16,8 @@ def initFirst(self):
|
|||||||
self.http.user_agent += ' TitanEmbeds-Bot'
|
self.http.user_agent += ' TitanEmbeds-Bot'
|
||||||
self.database = DatabaseInterface(self)
|
self.database = DatabaseInterface(self)
|
||||||
|
|
||||||
|
initFirst()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
try:
|
try:
|
||||||
self.loop.run_until_complete(self.start(config["bot-token"]))
|
self.loop.run_until_complete(self.start(config["bot-token"]))
|
||||||
|
Reference in New Issue
Block a user