Updated Help.cs

This commit is contained in:
Toastie 2024-10-03 17:39:47 +13:00
parent a62a26091f
commit b506b4461b
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -77,7 +77,7 @@ public sealed partial class Help : EllieModule<HelpService>
m.Name, m.Name,
null); null);
#if GLOBAL_NADEKO #if GLOBAL_ELLIE
if (m.Preconditions.Any(x => x is NoPublicBotAttribute)) if (m.Preconditions.Any(x => x is NoPublicBotAttribute))
continue; continue;
#endif #endif