Esempio n. 1
0
 public WeatherService()
 {
     _weatherId = ConfigService.GetConfigData("weather");
 }
Esempio n. 2
0
 public WeebService()
 {
     _token      = ConfigService.GetConfigData("weebToken");
     _weebClient = new WeebClient("Sora", Utility.SORA_VERSION);
 }
Esempio n. 3
0
 static TheMovieDbProvider()
 {
     apiKey = ConfigService.GetConfigData("movieDB");
 }
 public GuildCountUpdaterService()
 {
     token = ConfigService.GetConfigData("discordbotsToken");
 }