logging: guh
This commit is contained in:
parent
edbd039168
commit
43daa299b1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ async function getLoggingChannel(guild) {
|
||||||
|
|
||||||
function formatChange(before, after) {
|
function formatChange(before, after) {
|
||||||
const beforeFormatted = before != null ? `\`${before}\`` : "<no value>";
|
const beforeFormatted = before != null ? `\`${before}\`` : "<no value>";
|
||||||
const afterFormatted = after != null ? `\`after\`` : "<no value>";
|
const afterFormatted = after != null ? `\`${after}\`` : "<no value>";
|
||||||
|
|
||||||
return `${beforeFormatted} -> ${afterFormatted}`;
|
return `${beforeFormatted} -> ${afterFormatted}`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue