logging: fix
This commit is contained in:
parent
8ae634fc78
commit
3f6aae65a6
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ events.add("guildAuditLogEntryCreate", "logging", async function (entry) {
|
|||
default: {
|
||||
fields.push({
|
||||
name: `\`${key}\``,
|
||||
value,
|
||||
value: typeof value == "string" ? value : `\`${JSON.stringify(value)}\``,
|
||||
inline: true,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue