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
Commands in the wall_e/extensions/sfu.py module should be updated to use discord slash commands. @chanchantang has implemented the courses command using slash commands in #666, which can be used as reference for how a slash command is structured. Something like this might also be a good intro.
Since Jace has already rewritten most of the commands to use this new style, we'd like to be more consistent!
The commands to be updated are:
def sfu
def outline
bonus if you can rewrite the existing commands to be cleaner & more dry, I would be forever grateful!
The text was updated successfully, but these errors were encountered:
Commands in the
wall_e/extensions/sfu.py
module should be updated to use discord slash commands. @chanchantang has implemented thecourses
command using slash commands in #666, which can be used as reference for how a slash command is structured. Something like this might also be a good intro.Since Jace has already rewritten most of the commands to use this new style, we'd like to be more consistent!
The commands to be updated are:
def sfu
def outline
bonus if you can rewrite the existing commands to be cleaner & more dry, I would be forever grateful!
The text was updated successfully, but these errors were encountered: