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
Describe the bug
When a user attempts to change a preference, it does not change.
Server preferences are working as intended.
To Reproduce
Steps to reproduce the behavior:
Startup the discord bot service
Type '/message-style true'
Check the user preference file of discord user: data/<discordUsername>-config.json
You will see that there are no changes to your file (unless your config never existed. If so, start from step 1 again)
Expected behavior
When changing a user preferences in data/<discordUsername>-config.json, it should change the preferences desired.
Example: changing "message-style": false to "message-style": true
Screenshots
Additional context
This bug occurred after implementing #80
The text was updated successfully, but these errors were encountered:
Describe the bug
When a user attempts to change a preference, it does not change.
Server preferences are working as intended.
To Reproduce
Steps to reproduce the behavior:
data/<discordUsername>-config.json
Expected behavior
When changing a user preferences in
data/<discordUsername>-config.json
, it should change the preferences desired.Example: changing
"message-style": false
to"message-style": true
Screenshots
Additional context
This bug occurred after implementing #80
The text was updated successfully, but these errors were encountered: