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);
|
const sources = await tryGetGuild(id);
|
||||||
|
|
||||||
return `\`\`\`js
|
return `\`\`\`js
|
||||||
"local": ${sources.local}
|
"local": ${sources.local}
|
||||||
"preview": ${sources.preview}${sources.local && sources.preview ? " // false positive, local = true" : ""}
|
"preview": ${sources.preview}${sources.local && sources.preview ? " // false positive, local = true" : ""}
|
||||||
"widget": ${sources.widget}
|
"widget": ${sources.widget}
|
||||||
"discovery": ${sources.discovery}
|
"discovery": ${sources.discovery}
|
||||||
"verification": ${sources.verification}
|
"verification": ${sources.verification}
|
||||||
"clan": ${sources.clan}
|
"clan": ${sources.clan}
|
||||||
\`\`\``;
|
\`\`\``;
|
||||||
} else {
|
} else {
|
||||||
if (!SNOWFLAKE_REGEX.test(line)) return "Not a snowflake.";
|
if (!SNOWFLAKE_REGEX.test(line)) return "Not a snowflake.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue