Skip to content

Commit

Permalink
fix: spaces -> tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Nov 12, 2024
1 parent 852be8f commit e0c0b8e
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 @@ -298,12 +298,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 e0c0b8e

Please sign in to comment.