From 2b25ae544ed7ed88fe136be1d8020f1cb2274289 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Tue, 28 Jun 2022 14:48:00 +0700 Subject: [PATCH] Added summon as join alias --- src/discord/MusicPlayer/Join.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord/MusicPlayer/Join.ts b/src/discord/MusicPlayer/Join.ts index 799a78b..2f5fb66 100644 --- a/src/discord/MusicPlayer/Join.ts +++ b/src/discord/MusicPlayer/Join.ts @@ -268,7 +268,7 @@ export async function joinVoiceChannelProcedure( export default class Join extends DiscordModule { public id = 'Discord_MusicPlayer_Join'; - public commands = ['join']; + public commands = ['join', 'summon']; public commandInteractionName = 'join'; async GuildOnModuleCommand(args: any, message: Message) {