mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
fix: fixed pipeline, no functional change
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
namespace NadekoBot.Modules.Administration;
|
||||
|
||||
public partial class Administration
|
||||
{
|
||||
[Group]
|
||||
public partial class TicketCommands : NadekoModule
|
||||
{
|
||||
[Cmd]
|
||||
public async Task Ticket()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
// namespace NadekoBot.Modules.Administration;
|
||||
//
|
||||
// public partial class Administration
|
||||
// {
|
||||
// [Group]
|
||||
// public partial class TicketCommands : NadekoModule
|
||||
// {
|
||||
// [Cmd]
|
||||
// public async Task Ticket()
|
||||
// {
|
||||
//
|
||||
// }
|
||||
// }
|
||||
// }
|
Reference in New Issue
Block a user