コード例 #1
0
 public bool IsBlocked(long guildId)
 {
     return(!(BlockedCommandService.Instance.Repository.GetByName(Name, guildId) == null) ||
            (ParentModule != BotConstants.EmptyParent ? ParentModule.IsBlocked(guildId) : false));
 }