Type fixes, remove shortcuts

This commit is contained in:
Max Isom 2022-01-19 13:46:32 -06:00
parent ed4e7b5ceb
commit 4169104c4d
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
15 changed files with 17 additions and 175 deletions

View file

@ -21,7 +21,7 @@ export default class implements Command {
this.playerManager = playerManager;
}
public async executeFromInteraction(interaction: CommandInteraction) {
public async execute(interaction: CommandInteraction) {
const player = this.playerManager.get(interaction.guild!.id);
if (player.status !== STATUS.PLAYING) {