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: {
|
default: {
|
||||||
fields.push({
|
fields.push({
|
||||||
name: `\`${key}\``,
|
name: `\`${key}\``,
|
||||||
value,
|
value: typeof value == "string" ? value : `\`${JSON.stringify(value)}\``,
|
||||||
inline: true,
|
inline: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue