Skip to content

Commit

Permalink
fix: spaces -> tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Sep 26, 2024
1 parent 4a394de commit 94d0824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Shoukaku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,12 @@ export class Shoukaku extends TypedEventEmitter<ShoukakuEvents> {
}

/**
* 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)
Expand Down

0 comments on commit 94d0824

Please sign in to comment.