mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 01:08:26 -04:00
8 lines
127 B
C#
8 lines
127 B
C#
namespace NadekoBot.Core.Common
|
|
{
|
|
public interface INadekoCommandOptions
|
|
{
|
|
void NormalizeOptions();
|
|
}
|
|
}
|