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
The data.json is not present on Git by default and must be created in order for the bot to run because of require("data.json").
Change this call to a readFile call and create the file if it does not exist beforehand.
The text was updated successfully, but these errors were encountered:
The
data.json
is not present on Git by default and must be created in order for the bot to run because ofrequire("data.json")
.Change this call to a
readFile
call and create the file if it does not exist beforehand.The text was updated successfully, but these errors were encountered: