mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22:42 +02:00
Type fixes, remove shortcuts
This commit is contained in:
parent
ed4e7b5ceb
commit
4169104c4d
15 changed files with 17 additions and 175 deletions
|
@ -20,7 +20,7 @@ export default class implements Command {
|
|||
this.playerManager = playerManager;
|
||||
}
|
||||
|
||||
public async executeFromInteraction(interaction: CommandInteraction): Promise<void> {
|
||||
public async execute(interaction: CommandInteraction): Promise<void> {
|
||||
const player = this.playerManager.get(interaction.guild!.id);
|
||||
|
||||
if (player.isQueueEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue