RitaBot Docs
HomeInvite RitaSubscribeSetupUpdate
  • Introduction
  • Meet the Team
  • Quick setup steps
  • Usage, Commands & Settings
    • Basic Usage Information.
    • Translation Commands
      • Group Translations
      • Channel Translation
      • Reaction Translation
      • Custom Message
      • Last Message
    • Statistics
    • Settings
    • Misc. Commands
  • Premium/Paid Features
    • Overview
    • How to Subscribe
      • Available Plans
      • Patreon
      • Payment FAQ
    • Contact Us
  • Misc
    • It’s All About Rita
    • MIT License
    • FAQ
  • Version History
    • V1.2.?
      • V1.2.0
      • V1.2.1
      • V1.2.2
      • V1.2.3
      • V1.2.4
      • V1.2.5
      • V1.2.6
    • V1.3.0
      • V1.3.0
      • V1.3.5
      • V1.3.6
      • V1.3.7
      • V1.3.8
      • V1.3.9
      • V1.3.10
      • V1.3.11
      • V1.3.12
      • V1.3.13
      • V1.3.14
      • V1.3.15
      • V1.3.16
      • V1.3.17
      • V1.3.18
      • V1.3.19
      • V1.3.20
      • V1.3.21
      • V1.3.22
      • V1.3.23
      • V1.3.24
      • V1.3.25
      • V1.3.26
      • V1.3.27
      • V1.3.28
      • V1.3.29
    • V1.4.0
      • V1.4.0
  • Updates
    • 01/04/2022
    • 01/05/2022
    • 22/05/2022
    • 03/07/2022
    • 27/09/2022
    • 05/01/2023
    • 31/03/2023
    • 06/04/2023
    • 20/08/2023
  • Policys
    • Terms Of Service
    • S.A.L.T.S Policy
      • S.A.L.T.S Policy V3
      • S.A.L.T.S Policy V2
      • S.A.L.T.S Policy V1
    • Privacy Policy
      • Privacy Policy V2
      • Privacy Policy V1
    • Refund Policy
      • Refund Policy V1
    • 3rd Party Policys
    • Interpretation & Definitions
    • Right To Exit
Powered by GitBook

Copyright © 2019 - 2023 RitaBotProject. All rights reserved.

On this page
  • Inital Release
  • V-1
  • V-2

Was this helpful?

Export as PDF
  1. Version History
  2. V1.3.0

V1.3.6

Version Changes for 1.3.?-?

Last updated 2 years ago

Was this helpful?

If you need help at any point join our and someone will help you.

Inital Release

### 1.3.6-0
Date: 19/10/22
User: Qjuh
> ----------
>>> mod.js, announce.js, purge.js, settings.js, translate.last.js, help.js, command.send.js, dev.send.js, send.js, events
* Added/Moved `.catch` to `message.delete()` with `logger("debugerror")` calls

>>> mod.js, announce.js, purge.js,
* Changed message fetching only to delete them to deleting directly through `<MessageManager>.delete()` or `<TextChannel>.bulkDelete()` methods

>>> translate.group_auto.js
* Fixed the `catch` on `awaitMessage`

>>> translate.js
* Fixed the `catch` on `apiInstance.post`

>>> translate.react.js
* Fixed the `catch` on `msg.reactions.resolve(emoji).users.remove(...)`

>>> translate.auto.js, send.js
* Changed all `var` (or even never defined) variables to be `const` or `let`

>>> blacklist.js
* Fixed checking `<Guild>.ownerId` instead of `<Guild>.owner` which might not be present
* Fixed using db table column `blacklist` instead of the wrong `blacklisted`

>>> db.js
* Fixed `catch` on `guild.members.fetch(...)`, `updateServerTable`, `Tasks.findAll(...)` and `updateCharCount`

>>> send.js
* Added some `async/await` to get more complete stack traces on send errors
* Fixed `attachments.size` check in `embedOff -> sendAttachments`

V-1

### 1.3.6-1
Date: 19/10/22
User: Qjuh
> ----------
>>> events.js
* Added origin to `console.log` in `uncaughtException` handler

V-2

### 1.3.6-2
Date: 19/10/22
User: Qjuh
> ----------
>>> logger.js
* Fixed `debugerror` casing to match the one it's used with everywhere

>> Errors
* `DiscordAPIError: Cannot send an empty message
    at RequestHandler.execute (/node_modules/discord.js/src/rest/RequestHandler.js:350:13)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async RequestHandler.push (/node_modules/discord.js/src/rest/RequestHandler.js:51:14)
    at async Webhook.send (/node_modules/discord.js/src/structures/Webhook.js:196:15)
    at async sendWebhookMessage (/src/core/send.js:992:13)
    at async /src/core/send.js:1182:19
    at async sendBox (/src/core/send.js:1157:10)
    at async checkPerms (/src/core/send.js:438:4)
    at async embedOff (/src/core/send.js:1193:4) {...}`
Discord Server