diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/dm_relay.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/dm_relay.py b/bot/cogs/dm_relay.py index 9a68b5341..d3637d34b 100644 --- a/bot/cogs/dm_relay.py +++ b/bot/cogs/dm_relay.py @@ -80,7 +80,7 @@ class DMRelay(Cog):              await send_webhook(                  webhook=self.webhook,                  content=message.clean_content, -                username=message.author.display_name, +                username=f"{message.author.display_name} ({message.author.id})",                  avatar_url=message.author.avatar_url              )              await self.dm_cache.set("last_user", message.author.id)  |