fix: fixed pipeline

This commit is contained in:
Kwoth
2024-06-29 08:43:50 +00:00
parent 2700bfdce8
commit 9c9c8d7490

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()
{ // {
//
} // }
} // }
} // }