mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-03 03:35:24 +02:00
Initial command structure for bot
This commit is contained in:
8
discordbot/titanembeds/commands.py
Normal file
8
discordbot/titanembeds/commands.py
Normal file
@ -0,0 +1,8 @@
|
||||
class Commands():
|
||||
def __init__(self, client, database):
|
||||
self.client = client
|
||||
self.database = database
|
||||
|
||||
async def ban(self, message):
|
||||
pass
|
||||
#await self.client.send_message(message.channel, "test test!")
|
Reference in New Issue
Block a user