mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-08 11:21:37 +02:00
Type fixes, remove shortcuts
This commit is contained in:
parent
ed4e7b5ceb
commit
4169104c4d
15 changed files with 17 additions and 175 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue