Releases: LengoLabs/qbot
7.3.0 - Automod, info command updates, and more!
Changelog
- Add wall post auto-moderation (deletes links)
- Display banned status in info command
- Add feature to change bot's status (online/idle/dnd)
Updating
You may use this command to update:
git fetch && git reset --hard origin/master && git pull
⚠️ Please note that this will reset any configuration or code changes you have made so far. If you want to transfer something over, we recommend you copy it before running this command.
Ban command, roles list, and more! - v7.2
Changelog
- Group ban feature! You can now blacklist people from joining your group. (PR: #102)
- A command to list the name and rank numbers of all of your group's roles.
- If you do not provide a message for the shout command, it will now clear your shout.
- Bug fixes! If you've reported any persistent issues over the past few days, they should be fixed in this update.
Updating
We recommend reinstalling the bot from scratch for this update, but you may try this command first if you'd like:
git fetch && git reset --hard origin/master && git pull
Bug fixes & new features!
Changelog
- Added an exile command.
- Fixed bug regarding legacy commands with dashes.
- Added support for multiple permissions using the config.ts file.
- Added the
GET /suspensions
endpoint to our API (credit @brandoge91) - Added automatic rankups from the XP commands
Updating
Please reinstall the bot from scratch by creating a new instance using this tutorial: https://docs.lengolabs.com/qbot/getting-started
6.2.0
Slash commands are here!
Yep, it's time for interactions. This update includes the framework for supporting interactions, and adds slash command support to each plugin.
Updating
We recommend you completely re-setup the bot to update your bot to this version. The documentation has been updated to accommodate this update, so you can follow the regular setup guide here: https://docs.lengolabs.com/qbot/setup/
Pull Request: #85
Full Changelog: 6.1.1...6.2.0
6.1.1 - Discord.js v13 Support
This update includes support for discord.js v13. A complete reinstall is recommended for this update.
Version 6 Release
Qbot v6 includes a rewrite of qbot's commands, and other major changes to the bot. Here is a complete changelog of the new or changed features:
- Option to add command cool-downs.
- Advanced command handler with aliases, roles required built in, usage, and categories.
- Dynamic help command.
- Info command to get group or user info.
- Verification checks: Make sure no one ranks themself or someone with a rank higher than them.
- No more case sensitivity on rank names.
- Member count announcer.
- Log manual ranking and shout actions done through Roblox in Discord with the Roblox audit log integration.
- Use rich embeds.
- View join requests.
- New config system.
- XP System, where users can automatically rank up based on how much XP authorized users give them.
- Anti Abuse System
We have also updated the documentation, which can now be found here: https://docs.lengolabs.com
Qbot v6 has also been in the making for a long time now, so if you would like to support the creator, it would be greatly appreciated if you subscribed to their Youtube channel: https://youtube.com/c/Lengo
v5.15.11 - Noblox.js Package Update
This updates the noblox.js package, fixing a bug that breaks some commands.
To update from 5.15.10, please replace the package.json
file in your qbot instance with the one in this release.
v6 - Command rewrite and major changes.
Qbot v6 includes a rewrite of qbot's commands, and other major changes to the bot. Here is a complete changelog of the new or changed features:
- Option to add command cool-downs.
- Advanced command handler with aliases, roles required built in, usage, and categories.
- Dynamic help command.
- Info command to get group or user info.
- Verification checks: Make sure no one ranks themself or someone with a rank higher than them.
- No more case sensitivity on rank names.
- Member count announcer.
- Log manual ranking and shout actions done through Roblox in Discord with the Roblox audit log integration.
- Use rich embeds.
- View join requests.
- New config system.
- XP System, where users can automatically rank up based on how much XP authorized users give them.
Please use the Beta Setup page for instructions on how to setup this beta on repl.it. If you need help setting it up, feel free to join our Discord server: https://discord.gg/ANr7Qs3
Because this is a public beta, there might still be a few bugs, but we have gone through a lot of testing to try to make sure that any big bugs have been fixed.
Qbot v6 has also been in the making for a long time now, so if you would like to support the creator, it would be greatly appreciated if you subscribed to their Youtube channel: https://youtube.com/c/Lengo
v5.15.10 - Noblox.js Package Update
This updates the noblox.js package, fixing a bug that breaks all ranking commands.
To update from 5.15.9, please replace the package.json
file in your qbot instance with the one in this release.
5.15.9 - Remove need for intents
Removed the need to enable intents for the bot’s ready function to work.
To update from 5.15.8, replace the new index.js
file from this release with the one in your current instance of qbot.