Version Changes for 1.3.5-?
If you need help at any point join our Discord Server and someone will help you.
### 1.3.5-0
Date: 17/10/22
User: Zycore
> ----------
>>> .env File
* Defined `DISCORD_BOT_DEV_ID` in env file
>>> message.js
* Changed variable `message.isOwner` to `message.isGuildOwner`
>>> events.js
* Added in `process.env.DISCORD_BOT_DEV_ID = process.env.DISCORD_BOT_DEV_ID || "0";` to load variables on boot.
>>> translate.js
* Updated with arts new code
>>> auth.js
* Removed `exports.donation` as it was not used
* Removed `exports.changelog` as it was not used
* Removed `devID` and set variable in `.env` file
* Set fallback for if `DISCORD_BOT_DEV_ID` is missing and will use `DISCORD_BOT_OWNER_ID`
>>> settings.js
* Removed `listservers` command from settings.js
* Removed `listusers` command from settings.js
>>> misc.js
* Removed `costcalc` commands and variables
* Removed Mentions of ko-fi from responces
>>> join.js, invalid.js, choose_server
* Removed Mentions of ko-fi from responces
### 1.3.5-1
Date: 17/10/22
User: Zycore
> ----------
>>> translate.js
* New `translate.js` code
>> Error's
TypeError: Cannot read properties of null (reading 'user_id')
at Object.checkSubActive (c:..\GitHub\RitaBotBuild\src\core\helpers.js:79:24)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Object.subExpired (c:..\GitHub\RitaBotBuild\src\core\helpers.js:39:7)
at async run (c:..\GitHub\RitaBotBuild\src\message.js:265:8)
### 1.3.5-2
Date: 18/10/22
User: Qjuh
> ----------
>>> message.js
* Removed `message.server` and `message.stats` being attached to cached messages
>>> profanity.js, send.js, translate.js, translate.last.js
* Changed to use `db.server_obj` instead of the now removed `data.message.server`
>>> helpers.js
* added check `if(!sub)` to account for non-subbed servers and fix the error in console `Cannot read properties of null (reading 'user_id')`