public DiscordBotListsUpdateTimer(DiscordShardedClient client, IBotListUpdater botListUpdater)
 {
     _client         = client;
     _botListUpdater = botListUpdater;
 }