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 Aug 26, 2021. It is now read-only.
The target bot works fine, and using the quotes successfully informs the bot which words are all part of a single name as it sees them as a single arg.
My discord bot has a command that returns an image and is triggered using something like:
The target bot works fine, and using the quotes successfully informs the bot which words are all part of a single name as it sees them as a single arg.
I've attempted to configure a test using:
But the quote marks get stripped out.
I tried escaping the quotes with both 1 and 3 backslashes, but neither worked as the test bot threw the error:
With out the quotes the command fails because it thinks that each work (firstname, lastname, second, person) are each complete names.
Any tips on how I can test using quoted args?
The text was updated successfully, but these errors were encountered: