1
0
Fork 0
mirror of synced 2024-09-28 15:31:19 +12:00

Removed test command

This commit is contained in:
Phxntxm 2016-07-16 07:53:33 -05:00
parent 2a09bdbe77
commit 94074f28d1

View file

@ -173,10 +173,6 @@ class Core:
cursor.execute('delete from tags where server_id=%s and tag=%s', (ctx.message.server.id, tag))
await self.bot.say('I have just removed the tag `{}`'.format(tag))
config.closeConnection()
@commands.command()
async def test(self, first: discord.Member, second: str):
await self.bot.say("First: {}\nSecond: {}".format(first,second))
def setup(bot):