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

            await KoreanBots.UpdateServerCountAsync(Program.Client.Guilds.Count);
        }