- fixes to the kudos transfer by reacting
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
- add remix context menu to remix users avatars with prompts
- add ability to gift kudos on /generate and /advanced_generate result messages
- rename /generate to /advanced_generate
- add /generate as a simpler and easier way to generate images
- add apply_roles_to_trusted_users
- 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)
- 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 keyENCRYPTION_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.