forked from Galactic/galactic-bot
bugfix
This commit is contained in:
parent
3cf1cb78d8
commit
71ba320356
@ -60,7 +60,7 @@ class SelfroleCommand extends SlashCommand {
|
||||
index= 'COMMAND_SELFROLE_CLEAR_SUCCESS';
|
||||
}
|
||||
|
||||
return { content: guild.format(index, params) + warning? `\n\n${warning}` : '', emoji: 'success' };
|
||||
return { content: guild.format(index, params) + (warning ? `\n\n${warning}` : ''), emoji: 'success' };
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user