From 6f444a8da026fce84a71659c3cbb302583ccbe36 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 29 Jun 2024 01:36:38 +0000 Subject: [PATCH] fix: fixed pipeline, no functional change --- .../Administration/Ticket/TicketCommands.cs | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/NadekoBot/Modules/Administration/Ticket/TicketCommands.cs b/src/NadekoBot/Modules/Administration/Ticket/TicketCommands.cs index fba0a017a..b7606077e 100644 --- a/src/NadekoBot/Modules/Administration/Ticket/TicketCommands.cs +++ b/src/NadekoBot/Modules/Administration/Ticket/TicketCommands.cs @@ -1,14 +1,14 @@ -namespace NadekoBot.Modules.Administration; - -public partial class Administration -{ - [Group] - public partial class TicketCommands : NadekoModule - { - [Cmd] - public async Task Ticket() - { - - } - } -} \ No newline at end of file +// namespace NadekoBot.Modules.Administration; +// +// public partial class Administration +// { +// [Group] +// public partial class TicketCommands : NadekoModule +// { +// [Cmd] +// public async Task Ticket() +// { +// +// } +// } +// } \ No newline at end of file