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

Added a newline, as ` seems to be cutting off the last thing in a list

This commit is contained in:
Phxntxm 2016-07-31 12:35:24 -05:00
parent 91424111a9
commit 57adfcd5a5

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(name,fmt))
await self.bot.say("I have just added the role {} to: ```{}\n```".format(name,fmt))