sudomakecoffee / weatherbot

Discord bot that rolls a d100 for a daily weather event
0 stars 0 forks source link

(fix) Fix missing reply #2

Closed sudomakecoffee closed 2 years ago

sudomakecoffee commented 2 years ago

Fixes the issue by using the 'reply' method instead of 'followUp'. Method 'followUp' is for deferred responses. Default deferred response was removed in v2.0.0. Closes #1