diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 01:05:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 01:05:59 -0400 |
| commit | 626cef85162b08c1808d8f88b5b245060ff0dd54 (patch) | |
| tree | 7a1c6acfd3e2667fadafcff1536d55589b71d3da /commands/play.js | |
| parent | e5020f2c6231f11785725e286c5155fcbeeaccd7 (diff) | |
| download | DLAP-626cef85162b08c1808d8f88b5b245060ff0dd54.tar.gz DLAP-626cef85162b08c1808d8f88b5b245060ff0dd54.tar.bz2 DLAP-626cef85162b08c1808d8f88b5b245060ff0dd54.zip | |
Added another eslint rule
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) { |
