Added and fixed broken commands

This commit is contained in:
2022-06-28 15:06:21 +07:00
parent 6857890963
commit 1aea4f58a5
3 changed files with 45 additions and 47 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ export default class Play extends DiscordModule {
query = args.join(' ');
} else if (data.isSlashCommand()) {
query = args.getSubcommand();
query = data.getSlashCommand().options.getString('query');
}
if (!query) return;