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,8 +1,9 @@
|
||||
namespace NadekoBot.Modules.Utility;
|
||||
|
||||
public partial class UtilityCommands
|
||||
public partial class Utility
|
||||
{
|
||||
public class PromptCommands : NadekoModule<IAiAssistantService>
|
||||
[Group]
|
||||
public partial class PromptCommands : NadekoModule<IAiAssistantService>
|
||||
{
|
||||
[Cmd]
|
||||
[RequireContext(ContextType.Guild)]
|
||||
|
Reference in New Issue
Block a user