diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-03-26 23:44:05 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-05-04 22:19:10 -0400 |
| commit | 8c81aadddea65eef415f5b84986db21eff1fb20f (patch) | |
| tree | 3e7cde1a4f9cc0e342dd1e9bcdfdc189c3645e28 /Commands/next.js | |
| parent | b29ab06623fd24cfc2a611bdd658b4d2ef934335 (diff) | |
| download | DLAP-8c81aadddea65eef415f5b84986db21eff1fb20f.tar.gz DLAP-8c81aadddea65eef415f5b84986db21eff1fb20f.tar.bz2 DLAP-8c81aadddea65eef415f5b84986db21eff1fb20f.zip | |
2023 update; Started to work on i18n; Readded voting
Diffstat (limited to 'Commands/next.js')
| -rw-r--r-- | Commands/next.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Commands/next.js b/Commands/next.js index 082bf25..f082c89 100644 --- a/Commands/next.js +++ b/Commands/next.js @@ -26,9 +26,9 @@ export default { data: new SlashCommandBuilder() .setName('next') .setDescription('Goes to next music') - /* .addSubcommand(subcommand => + .addSubcommand(subcommand => subcommand.setName('vote') - .setDescription('Voting to skip this audio track')) */ + .setDescription('Voting to skip this audio track')) .addSubcommand(subcommand => subcommand.setName('force') .setDescription('Forces skip this audio track')), |
