Error Json parsing
Hello !
I have an error with my bot (check in thread)
After this, the robot may stop working.
5 Replies
null user ID 👀seems like kord doesn't account for
null in DiscordAuditLogEntry.userId, even though it's documented to be nullable
let me fix thatGitHub
Fix
DiscordAuditLogEntry.userId nullability by lukellmann · Pull ...It can be null as documented here.
See https://discord.com/channels/556525343595298817/1162448602115866716
Thanks !