Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.28 KB

changelog.md

File metadata and controls

47 lines (28 loc) · 1.28 KB

Changelog

V2.4.1

  • fixes to the kudos transfer by reacting

V2.4.0

Introducing party mode:
use /party to start a party and let users generate images with a given style
users will automatically get rewards from you
at the end of the party you will see a short summary
only /generate can be used in parties

V2.3.3

  • add remix context menu to remix users avatars with prompts

V2.3.2

  • add ability to gift kudos on /generate and /advanced_generate result messages

V2.3.1

  • rename /generate to /advanced_generate
  • add /generate as a simpler and easier way to generate images
  • add apply_roles_to_trusted_users

V2.2.1

  • fix bugs
  • add pre_check_prompts_for_suspicion function to prevent the bots IP to be banned from the API (requires special access to the api)

V2.2.0

  • added token encryption
  • add notes in /login and /updatetoken showing whether the bot encrypts the tokens when saving them in the database
  • check permissions for the bot in the current channel to prevent errors
  • add action filter for rather guild specific actions

Migrating

  • run npm run generate-key, save the key in the .env file for the key ENCRYPTION_KEY All old tokens will still be usable but will not be encrypted, to encrypt the token the user has to log out and log back in.