prettier moment
This commit is contained in:
parent
c4e6f68787
commit
429349c8a6
1 changed files with 1 additions and 1 deletions
|
@ -1566,7 +1566,7 @@ appinfo.callback = async function (msg, line) {
|
|||
embed.fields.push({
|
||||
name: "Bot",
|
||||
value:
|
||||
formatUsername(bot) + (bot.flags & (65535 != 0) ? " \u2713" : ""),
|
||||
formatUsername(bot) + ((bot.flags & 65535) != 0 ? " \u2713" : ""),
|
||||
inline: false,
|
||||
});
|
||||
} catch {
|
||||
|
|
Loading…
Reference in a new issue