Luca Kellermann
                                            Luca Kellermann
                                        
                                    I think this is ready now, could you also take a look @MrPowerGamerBR?
ready for review
Should we do this for voice gateway too @lost-illusi0n?
Alright, just asking cause I don't know how sensitive voice tokens are.
Other token types this PR didn't touch yet are interaction and webhook tokens, what about them?
Hm, how would we filter it on the logger end without a logger implementation (kord doesn't provide one)?
Mentioned trace level in title to not scare people.
> Target `TYPE` was added to be able to specify serializers inside other types, e.g. `List` This indeed works as intended. > But I agree it should also work in...
I further found out that this seems to be only the case for serializable classes that use a custom serializer and not the generated one. If `Instant` in the above...
Do you think I could contribute a fix myself? I haven't worked with kotlin compiler/plugin source before, so where would be the right place to get started?