mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05: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