Alexander Winter
Alexander Winter
**To Reproduce:** You need to specify your snowflake and a snowflake of some dummy role. ``` DiscordClient.create("token") .login() .flatMapMany(gateway -> gateway.on(MessageCreateEvent.class)) .filter(e -> e.getMessage().getContent().equals("!removeRole")) .flatMap(e -> e.getGuild()) .flatMap(guild -> guild.getMemberById(Snowflake.of(112597370914557952L)))...
System: Dockerized Ubuntu 21 under ArchLinux host machine, both x86_84 Ada Util Version: 2.4.1 Compilation of an example project that uses Ada-Util fails for GCC 10 only, GCC 9, 11...
Hello there, I was wondering if we could get a version 1.10 release? Some new SDK features in 1.10 are needed for my project but the only way to access...
