From 94d082488dc566da34a829694e1e4e43c869fdea Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:36:08 +0100 Subject: [PATCH] fix: spaces -> tabs --- src/Shoukaku.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Shoukaku.ts b/src/Shoukaku.ts index 373e332d..cc6e7815 100644 --- a/src/Shoukaku.ts +++ b/src/Shoukaku.ts @@ -293,12 +293,12 @@ export class Shoukaku extends TypedEventEmitter { } /** - * Leaves current voice channel and joins a new one - * @param guildId GuildId in which the ChannelId of the voice channel is located + * Leaves current voice channel and joins a new one + * @param guildId GuildId in which the ChannelId of the voice channel is located * @param channelId Id of channel to move to * @throws {@link Error} When guild does not have an existing connection, or could not be moved - * @returns The moved player - */ + * @returns The moved player + */ public async moveVoiceChannel(guildId: string, channelId: string) { const connection = this.connections.get(guildId); if (!connection)