mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add special case for errors in DMs
This commit is contained in:
parent
52be946404
commit
9fe0c0a95a
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ async def log_error_in_channel(ctx: CommandContext):
|
|||
|
||||
embed.set_footer(text="Sender: {}#{} | Server: {} | Channel: {}".format(
|
||||
ctx.message.author.name, ctx.message.author.discriminator,
|
||||
ctx.message.server.id,
|
||||
ctx.message.server.id if ctx.message.server else "(DMs)",
|
||||
ctx.message.channel.id
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue