1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-03 04:23:13 +00:00

Fixed typo

This commit is contained in:
Kwoth 2022-10-01 08:54:11 +02:00
parent a294e3bf8f
commit e63ac07a52

View file

@ -4,7 +4,7 @@ namespace NadekoBot.Modules.Administration;
public sealed class DummyLogCommandService : ILogCommandService
#if GLOBAL_NADEKO
, INservice
, INService
#endif
{
public void AddDeleteIgnore(ulong xId)