You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decide how to handle command callback typing. Currently it's (bot, message) => void with most of the handlers actually returning a Promise or Promise. Should we bubble up the promises? Go through and explicitly type them as well.
Decide how to handle command callback typing. Currently it's (bot, message) => void with most of the handlers actually returning a Promise or Promise. Should we bubble up the promises? Go through and explicitly type them as well.
#388 (comment)
The text was updated successfully, but these errors were encountered: