well crap

This commit is contained in:
Essem 2022-03-31 13:49:17 -05:00 committed by GitHub
parent f0f0bff8f3
commit 77913618d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ class MusicCommand extends Command {
}
static requires = ["sound"];
static slashAllowed = false;
}
export default MusicCommand;
export default MusicCommand;