/remind doesnt work in threads (NPE) #405
Labels
bug
Something isn't working
enhance command
Modify or improve an existing command or group of commands of the bot
good first issue
Good for newcomers
priority: normal
Milestone
Overview
The
/remind
command can not send a reminder that was set off from within a Discord-Thread. Worse, it crashes with a NPE:Proposed action
First of all, it is important to get rid of the error.
Either, we find a way to make it work inside threads (maybe there are some sort of thread ids?), or we just actively try to detect whether it is inside a thread (e.g. the thing is null, as the error says) and respond with something like "sorry, can not remind you from within a thread".
The text was updated successfully, but these errors were encountered: