fix: fixed pipeline, no functional change

This commit is contained in:
Kwoth
2024-06-29 01:36:38 +00:00
parent 454c14eee1
commit 6f444a8da0

View File

@@ -1,14 +1,14 @@
namespace NadekoBot.Modules.Administration; // namespace NadekoBot.Modules.Administration;
//
public partial class Administration // public partial class Administration
{ // {
[Group] // [Group]
public partial class TicketCommands : NadekoModule // public partial class TicketCommands : NadekoModule
{ // {
[Cmd] // [Cmd]
public async Task Ticket() // public async Task Ticket()
{ // {
//
} // }
} // }
} // }