diff options
Diffstat (limited to 'commands/play.js')
| -rw-r--r-- | commands/play.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/play.js b/commands/play.js index 324573d..4145f54 100644 --- a/commands/play.js +++ b/commands/play.js @@ -35,7 +35,7 @@ export default { ) .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), - async execute (interaction, bot) { + async execute(interaction, bot) { integer = interaction.options.getInteger('int'); if (integer) { if (integer < files.length) { |
