Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
76b15561c4
@ -20,7 +20,7 @@ module.exports = {
|
||||
async execute(interaction, client) {
|
||||
let inputString = interaction.options.getString('string');
|
||||
let design = parseInt(interaction.options.getString('design'));
|
||||
if (design < 1 || design > 4) {
|
||||
if (design < 1 || design > 5) {
|
||||
await interaction.reply('Invalid design choice.');
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user