Future<String> getByGuildId(String id) async { return new RequestBuilder(HypixelAPI.BASE + 'guild?key=${HypixelAPI.API_KEY}&id=${id}').get(); }