1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

testing a command

This commit is contained in:
Phxntxm 2016-07-31 12:29:50 -05:00
parent 5ad41bf1e0
commit 65a6da8bc3
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ class Owner:
if inspect.isawaitable(result):
result = await result
await self.bot.say("```{0}```".format(result))
await self.bot.say("{0}".format(result))
elif match_multi:
def r(v):
self.bot.loop.create_task(self.bot.say("```{}```".format(v)))

View file

@ -97,7 +97,7 @@ class Roles:
await self.bot.add_roles(member, role)
fmt = "\n".join(m.display_name for m in msg.mentions)
await self.bot.say("I have just added the role {} to: ```{}```".format(role.name,fmt))
await self.bot.say("I have just added the role {} to: ```{}```".format(name,fmt))