|
|
@ -60,7 +60,7 @@ class DiscordClient(discord.Client):
|
|
|
|
await action(server, message.author.id, message, **m.groupdict())
|
|
|
|
await action(server, message.author.id, message, **m.groupdict())
|
|
|
|
for cmd, resp in self.extra_commands.items():
|
|
|
|
for cmd, resp in self.extra_commands.items():
|
|
|
|
if cmd == message.content:
|
|
|
|
if cmd == message.content:
|
|
|
|
await self.send_message(message.channel, resp)
|
|
|
|
await self.send_message(message.channel, resp.format(user=message.author.mention))
|
|
|
|
|
|
|
|
|
|
|
|
async def _cooldown_failure(self, server, user, message, **kwargs):
|
|
|
|
async def _cooldown_failure(self, server, user, message, **kwargs):
|
|
|
|
await self.send_message(message.channel,
|
|
|
|
await self.send_message(message.channel,
|
|
|
|