private static async Task OnLeftGuild(SocketGuild arg) { await KoreanBots.UpdateServerCountAsync(Program.Client.Guilds.Count); }
private static async Task OnReady() { await KoreanBots.UpdateServerCountAsync(Program.Client.Guilds.Count); }
private static async Task OnJoinGuild(SocketGuild guild) { await OnGuildAvailable(guild); await KoreanBots.UpdateServerCountAsync(Program.Client.Guilds.Count); }