mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Kotz's editorconfig styles slightly modified. Target typed new usage. Brackets in expressions used for clarity.
This commit is contained in:
@@ -132,9 +132,9 @@ public class HelpService : ILateExecutor, INService
|
||||
if (userPerm is not null)
|
||||
{
|
||||
if (userPerm.ChannelPermission is { } cPerm)
|
||||
userPermString = GetPreconditionString((ChannelPerm) cPerm);
|
||||
userPermString = GetPreconditionString(cPerm);
|
||||
if (userPerm.GuildPermission is { } gPerm)
|
||||
userPermString = GetPreconditionString((GuildPerm) gPerm);
|
||||
userPermString = GetPreconditionString(gPerm);
|
||||
}
|
||||
|
||||
if (overrides is null)
|
||||
|
Reference in New Issue
Block a user