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
  • V-3

Was this helpful?

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

V1.3.8

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.8-0
Date: 20/10/22
User: Qjuh
> ----------
>>> package.json
* Removed unused dependencies
* Updated to discord.js v14.6.0

>>> bot.js
* Limited Intents to only those we use/take advantage of
* Added `Reaction` and `Message` partial to handle reaction translations through `messageReactionAdd` event

>>> events.js, translate.react.js
* Moved reaction (flag) translation to the propert event, since raw event is not documented and can be changed anytime

>>> colors.js
* Fixed default color value for new EmbedBuilder setColor method

>>> global changes (many files affected)
* `PermissionFlagsBits.Administrator` is the new way for Permissions like "ADMINISTRATOR"
* `GatewayIntentBits`/`IntentsBitField` is the new `Intents`, also with PascalCase instead of SCREAMING_SNAKE_CASE
* Channeltypes are either compared with ChannelType.GuildText enum or use of `.isTextBased()`, `.isThread()` or `.isDMBased()` methods
* `MessageEmbed` renamed to `EmbedBuilder`, same for `MessageAttachment` -> `AttachmentBuilder`
* `<Guild>.me` is now `<Guild>.members.me` and can be fetched by `<Guild>.members.fetchMe()`
* Channel creation now takes the name in the options object instead of as extra parameter

>>> logger.js
* Moved WebhookClient creation to top level to not leak memory

V-1

### 1.3.8-1
Date: 20/10/22
User: Qjuh
> ----------
>>> choose_server.js
* Added check if server is already subscribed by another user
* Added support for more than one SUBSCRIPTION_ROLE_IDS

>>> db.js
* Added checks and other additional subscriptionAction code from dev branch

>>> translate.auto.js, translate.stop.js, translate.tasks.js,
* Fixed use of FormattingPatterns to parse IDs from User/Channnel mentions

>>> choose_server.js, helpers.js, events.js
* Added support for more than one SUBSCRIPTION_ROLE_IDS

>>> translate.react.js
* Added better cleaning of pings in reaction (flag) translation

V-2

### 1.3.8-2
Date: 20/10/22
User: Qjuh
> ----------
>>> events.js
* Have RITA join all active Threads on startup and when new ones get created

>>> other
* Small Bugfixes related to discord.js v14 update

V-3

### 1.3.8-3
Date: 21/10/22
User: Qjuh
> ----------
>>> auto.js, translate.auto.js
* Added check for `process.env.ALLOW_FORUMS`, if it's not present tasks for Forum Posts can't be created and existing tasks aren't processed

>>> send.js
* Added a custom error for empty message sends to finally find out where they come from
Discord Server