Titan/discordbot/titanembeds/commands.py
2017-05-20 07:50:29 +00:00

8 lines
244 B
Python

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!")