mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-28 07:57:04 +01:00
Added commands I think
This commit is contained in:
parent
e0a042e9a5
commit
fb304a6337
@ -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"]))
|
||||||
|
Loading…
Reference in New Issue
Block a user