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
{{ message }}
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
For newcomers, it may be hard to understand how to work your bot. Slash commands provide easy descriptions, easy marking of the expected field type, and optional parameters. Plus, selecting TAB to enter an argument is much faster than --, as well as argument completion being a huge speedup as well
Describe the solution you'd like
Commands to be mirrored using the / command api
Describe alternatives you've considered
A second bot to take /commands and then pipe it to Nino
Additional context
Slash commands are beta, and subject to change, but I believe the tradeoff is worth it for the ease of use
The text was updated successfully, but these errors were encountered:
I don't plan on using slash commands for Nino due to it being in beta, so subject can change. Maybe once they are stabilized, then I'll probably add it. Being pinned so I don't forget.
Is your feature request related to a problem? Please describe.
For newcomers, it may be hard to understand how to work your bot. Slash commands provide easy descriptions, easy marking of the expected field type, and optional parameters. Plus, selecting
TAB
to enter an argument is much faster than--
, as well as argument completion being a huge speedup as wellDescribe the solution you'd like
Commands to be mirrored using the / command api
Describe alternatives you've considered
A second bot to take /commands and then pipe it to Nino
Additional context
Slash commands are beta, and subject to change, but I believe the tradeoff is worth it for the ease of use
The text was updated successfully, but these errors were encountered: