mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
More cleanup, namespace fixes, convenience methods for IKernel
This commit is contained in:
@@ -3,7 +3,7 @@ namespace NadekoBot.Common.ModuleBehaviors;
|
||||
/// <summary>
|
||||
/// Executed if no command was found for this message
|
||||
/// </summary>
|
||||
public interface IExecNoCommand
|
||||
public interface IExecNoCommand : IBehavior
|
||||
{
|
||||
/// <summary>
|
||||
/// Executed at the end of the lifecycle if no command was found
|
||||
|
Reference in New Issue
Block a user