adding shuffle
This commit is contained in:
@@ -56,6 +56,7 @@ namespace Kasbot.Modules
|
||||
await PlayerService.Stop(Context.Guild.Id);
|
||||
}
|
||||
|
||||
[Alias("s", "next", "n")]
|
||||
[Command("skip", RunMode = RunMode.Async)]
|
||||
public async Task SkipAsync()
|
||||
{
|
||||
@@ -74,5 +75,11 @@ namespace Kasbot.Modules
|
||||
{
|
||||
await PlayerService.Repeat(Context.Guild.Id);
|
||||
}
|
||||
|
||||
[Command("shuffle", RunMode = RunMode.Async)]
|
||||
public async Task Shuffle()
|
||||
{
|
||||
await PlayerService.Shuffle(Context.Guild.Id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user