@@ -27,7 +27,7 @@ class ClearMessages(commands.Cog):
|
||||
LOGGER.debug(f"Deleted {sum(authors.values())} messages from {ctx.message.channel}")
|
||||
|
||||
for author in authors.keys():
|
||||
msg += f"\t{author}: {authors[author]}\n"
|
||||
msg += f"\t{str(author).split('#', 1)[0]}: {authors[author]}\n"
|
||||
LOGGER.debug(f"Deleted {authors[author]} messages from {author}")
|
||||
|
||||
await ctx.channel.send(msg)
|
||||
|
||||
Reference in New Issue
Block a user