fix: .setstream and .setactivity will now pause .ropl

This commit is contained in:
Kwoth
2024-11-30 10:02:08 +00:00
parent 15709bc8fb
commit 790c36df8d
5 changed files with 124 additions and 106 deletions

View File

@@ -6,7 +6,7 @@ namespace NadekoBot.Modules.Administration;
public partial class Administration
{
[Group]
public partial class PlayingRotateCommands : NadekoModule<PlayingRotateService>
public partial class PlayingRotateCommands : NadekoModule<IBotActivityService>
{
[Cmd]
[OwnerOnly]