fix: slash commands arguments not quite right #55
Labels
No labels
Trainee - Good First Issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Skynet/discord-bot#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the way we get the slash command arguments is positional.
This came from the official examples.
However this breaks when there are optional arguments.
In
efe186525d
got a fix for it in that command, need to spread it around to teh other commands