refractored / sandwich-delivery

Deliver e-sandwiches in discord
https://refractored.net
GNU General Public License v3.0
3 stars 0 forks source link

Implement Subcommands #31

Open Baconing opened 7 months ago

Baconing commented 7 months ago

Implement subcommands and subcommand groups.

refractored commented 7 months ago

Order Command

/order create <order>
/order delete

Bot Command

/bot shutdown
/bot purgecmds

Usermanage Comamnd

/usermanage modify <@user> <data to modify>
/usermanage purge <@user>
/usermanage resetdaily <@user>
/usermanage addcredits <@user> <amount>
/usermanage removecredits <@user> <amount> 
Baconing commented 7 months ago

iirc u cant just do /order <order> and have to do /order order <order>

refractored commented 7 months ago

/order create will have to do then