mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 10:11:56 +01:00
✏️ Rename skip command to next
This commit is contained in:
parent
94e23f6280
commit
a7eb89d0e4
@ -10,7 +10,7 @@ import { HelpCommand } from './help.command';
|
||||
import { PausePlaybackCommand } from './pause.command';
|
||||
import { PlayItemCommand } from './play.comands';
|
||||
import { PreviousTrackCommand } from './previous.command';
|
||||
import { SkipTrackCommand } from './skip.command';
|
||||
import { SkipTrackCommand } from './next.command';
|
||||
import { StatusCommand } from './status.command';
|
||||
import { StopPlaybackCommand } from './stop.command';
|
||||
import { SummonCommand } from './summon.command';
|
||||
|
@ -6,8 +6,8 @@ import { DiscordMessageService } from '../clients/discord/discord.message.servic
|
||||
import { PlaybackService } from '../playback/playback.service';
|
||||
|
||||
@Command({
|
||||
name: 'skip',
|
||||
description: 'Skip the current track',
|
||||
name: 'next',
|
||||
description: 'Go to the next track in the playlist',
|
||||
})
|
||||
@UsePipes(TransformPipe)
|
||||
export class SkipTrackCommand implements DiscordCommand {
|
Loading…
Reference in New Issue
Block a user