You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this update, we have introduced a major change - each functionality has been transformed into a separate plugin that can be enabled or disabled on a per-guild basis. This allows for greater flexibility and customization options for our users. As new features are added, they will also be implemented as individual plugins.
❇️ New:
Migration from MongoDB to Supabase:
All functionalities are now plugins and can be enabled or disabled per guild basis.
When the bot is started, it fetches and inserts all guilds, plugins, and configurations into the database.
New schema for Guilds.
New schema for Plugins.
New schema for Configurations.
Addition of the /ask command for ChatGPT 3.5-turbo: this feature is exclusively available for premium guilds, although each guild can have its own API key to use the functionality.
Addition of the /plugins command to configure the bot for each guild.
Allow more configurations for ChatGPT, such as max tokens, model, and temperature, allowing a maximum of X tokens per day per guild, so that even non-premium guilds can use it.
Add functionality to the moderation plugin to detect edit/delete/update messages.
Add functionality to the moderation plugin to detect links and remove them.
Add the giveaway plugin.
Bot:
Move plugin settings to models that contain all the settings for each plugin.
Use absolute paths for imports.
This discussion was created from the release Release 2.0.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With this update, we have introduced a major change - each functionality has been transformed into a separate plugin that can be enabled or disabled on a per-guild basis. This allows for greater flexibility and customization options for our users. As new features are added, they will also be implemented as individual plugins.
❇️ New:
/ask
command for ChatGPT3.5-turbo
: this feature is exclusively available for premium guilds, although each guild can have its own API key to use the functionality./plugins
command to configure the bot for each guild.npm
toyarn
.🗺️ Roadmap:
Commands & Plugins:
Bot:
This discussion was created from the release Release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions