Ejemplo n.º 1
0
 /// <summary>
 /// Instantiate a new <see cref="DiscordServerConfig"/> class
 /// </summary>
 public DiscordServerConfig()
 {
     //Locale = "en";
     Moderators      = new List <ulong>();
     CityRoles       = new List <string>();
     IconStyle       = "Default";
     QuestChannelIds = new List <ulong>();
     ShinyStats      = new ShinyStatsConfig();
 }
Ejemplo n.º 2
0
        /// <summary>
        /// Instantiate a new <see cref="DiscordServerConfig"/> class
        /// </summary>
        public DiscordServerConfig()
        {
            //Locale = "en";
            Moderators = new List<ulong>();
            CityRoles = new List<string>();
            IconStyle = "Default";
            QuestChannelIds = new List<ulong>();
            ShinyStats = new ShinyStatsConfig();
            NestsMinimumPerHour = 1;
            DmAlertsFile = "default.json";

            LoadDmAlerts();
        }
Ejemplo n.º 3
0
        /// <summary>
        /// Instantiate a new <see cref="DiscordServerConfig"/> class
        /// </summary>
        public DiscordServerConfig()
        {
            //Locale = "en";
            ModeratorRoleIds    = new List <ulong>();
            IconStyle           = "Default";
            QuestChannelIds     = new List <ulong>();
            ShinyStats          = new ShinyStatsConfig();
            Subscriptions       = new SubscriptionsConfig();
            NestsMinimumPerHour = 1;
            DmAlertsFile        = "default.json";
            DiscordEmbedColors  = new DiscordEmbedColorConfig();

            LoadDmAlerts();
        }