mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
fix: fixed some command groups incorrectly showing up as modules
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
namespace NadekoBot.Modules.Administration.DangerousCommands;
|
||||
using NadekoBot.Modules.Administration.DangerousCommands;
|
||||
|
||||
namespace NadekoBot.Modules.Administration;
|
||||
|
||||
public partial class Administration
|
||||
{
|
||||
[Group]
|
||||
public class CleanupCommands : CleanupModuleBase
|
||||
public partial class CleanupCommands : CleanupModuleBase
|
||||
{
|
||||
private readonly ICleanupService _svc;
|
||||
|
||||
|
Reference in New Issue
Block a user