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
Non-authoritative list ofcandidate modules for CommandModule. Not all are necessarily good fits for conversion, but it is worth taking a look at the following:
dice
mastermind (probably not)
quote
stackmemory
tz
emote
timer (maybe?)
btc
reminders
geoip
probably others...
Some tips:
look for modules that basically only ever react to a command
modules that already split command logic into functions should be trivial to convert
modules that have a lot of extra processing in .receive() may be a pain to convert
especially modules that also read bare strings or other sequences, unless you want to override .receive() carefully.
We should use the command module for all modules that parse commands.
Relevant PR: halibot/halibot#36
The text was updated successfully, but these errors were encountered: