Class Bot

    • Constructor Detail

      • Bot

        public Bot()
    • Method Detail

      • fetchStats

        public dev.mayuna.simpleapi.Action<Stats> fetchStats()
      • updateBotStats

        public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats​(int serverCount)
      • updateBotStats

        public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats​(int serverCount,
                                                                            int shardCount)
      • updateBotStats

        public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats​(int serverCount,
                                                                            int shardId,
                                                                            int shardCount)
      • updateBotStats

        public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats​(int[] serverCount)
      • updateBotStats

        public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats​(int[] serverCount,
                                                                            int shardCount)
      • updateBotStats

        public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats​(int serverCount,
                                                                            int[] shards)
      • updateBotStats

        public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats​(int serverCount,
                                                                            int[] shards,
                                                                            int shardCount)