playlist and stuff

This commit is contained in:
2023-02-07 22:40:08 -03:00
parent bf03a2e9af
commit 79b1a0e15e
2 changed files with 112 additions and 25 deletions

View File

@@ -68,7 +68,7 @@ namespace TextCommandFramework.Modules
var user = Context.User;
if (user.IsBot) return;
await PlayerService.Stop(Context.Guild.Id);
await PlayerService.Leave(Context.Guild.Id);
}
[Command("guild_only")]