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
When a second autoresponder is created, the responderName key isn't added to the JSON - resulting in an error with the command.
Supposedly, the bot checks if the sent message belongs in a server's autoresponder, if it is enabled.
To replicate:
1: Run the bot, ensure data\responses.json is an empty dictionary
{}
2: On a server the bot is on, use the autoresponder add command and create an autoresponder
3: Try the autoresponder out for a bit to confirm it works
4: Add another autoresponder
5: Refer to the console log and then check the responses.json file
The text was updated successfully, but these errors were encountered:
When a second autoresponder is created, the responderName key isn't added to the JSON - resulting in an error with the command.
Supposedly, the bot checks if the sent message belongs in a server's autoresponder, if it is enabled.
To replicate:
data\responses.json
is an empty dictionaryautoresponder add
command and create an autoresponderresponses.json
fileThe text was updated successfully, but these errors were encountered: