mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
fix: fixed pipeline, no functional change
This commit is contained in:
@@ -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()
|
||||||
{
|
// {
|
||||||
|
//
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
Reference in New Issue
Block a user