diff options
| author | Max Isom <[email protected]> | 2022-01-19 13:46:32 -0600 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-01-19 13:46:32 -0600 |
| commit | 4169104c4df909c9c700ca0481dddd74d86169ec (patch) | |
| tree | bc2b7c3c2a9f708a166f437a092e18fe3ebbafff /src/commands/queue.ts | |
| parent | ed4e7b5ceb146a9baa062426cc0fb1ec8844e056 (diff) | |
| download | muse-4169104c4df909c9c700ca0481dddd74d86169ec.tar.xz muse-4169104c4df909c9c700ca0481dddd74d86169ec.zip | |
Type fixes, remove shortcuts
Diffstat (limited to 'src/commands/queue.ts')
| -rw-r--r-- | src/commands/queue.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/queue.ts b/src/commands/queue.ts index 479bc33..9768f58 100644 --- a/src/commands/queue.ts +++ b/src/commands/queue.ts @@ -23,7 +23,7 @@ export default class implements Command { this.updatingQueueEmbedManager = updatingQueueEmbedManager; } - public async executeFromInteraction(interaction: CommandInteraction) { + public async execute(interaction: CommandInteraction) { const embed = this.updatingQueueEmbedManager.get(interaction.guild!.id); await embed.createFromInteraction(interaction); |
