Titan/discordbot/titanembeds/commands.py

8 lines
244 B
Python
Raw Normal View History

2017-05-20 09:50:29 +02:00
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!")