aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-01-19 13:46:32 -0600
committerMax Isom <[email protected]>2022-01-19 13:46:32 -0600
commit4169104c4df909c9c700ca0481dddd74d86169ec (patch)
treebc2b7c3c2a9f708a166f437a092e18fe3ebbafff /src/commands/queue.ts
parented4e7b5ceb146a9baa062426cc0fb1ec8844e056 (diff)
downloadmuse-4169104c4df909c9c700ca0481dddd74d86169ec.tar.xz
muse-4169104c4df909c9c700ca0481dddd74d86169ec.zip
Type fixes, remove shortcuts
Diffstat (limited to 'src/commands/queue.ts')
-rw-r--r--src/commands/queue.ts2
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);