Fix wording in modlog for deleted messages
This commit is contained in:
parent
4b32493cc8
commit
95c1469de5
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ class ModlogCog(commands.Cog):
|
|||
channel = message.guild.get_channel(modlog["value"])
|
||||
embed = build_embed(
|
||||
title="Message Deleted",
|
||||
description=f"{message.author.mention}'s deleted a message",
|
||||
description=f"{message.author.mention}'s message was deleted",
|
||||
fields=fields,
|
||||
color="#fc9e3f",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue