utility.guildinfo: alignment
This commit is contained in:
parent
6fda3ae368
commit
850228e237
1 changed files with 5 additions and 5 deletions
|
@ -57,12 +57,12 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
|
|||
const sources = await tryGetGuild(id);
|
||||
|
||||
return `\`\`\`js
|
||||
"local": ${sources.local}
|
||||
"preview": ${sources.preview}${sources.local && sources.preview ? " // false positive, local = true" : ""}
|
||||
"widget": ${sources.widget}
|
||||
"discovery": ${sources.discovery}
|
||||
"local": ${sources.local}
|
||||
"preview": ${sources.preview}${sources.local && sources.preview ? " // false positive, local = true" : ""}
|
||||
"widget": ${sources.widget}
|
||||
"discovery": ${sources.discovery}
|
||||
"verification": ${sources.verification}
|
||||
"clan": ${sources.clan}
|
||||
"clan": ${sources.clan}
|
||||
\`\`\``;
|
||||
} else {
|
||||
if (!SNOWFLAKE_REGEX.test(line)) return "Not a snowflake.";
|
||||
|
|
Loading…
Reference in a new issue