Releases: TheShadowGamer/Invite-Manager
v2.1.0 - Plugin Support
This update adds support for plugins, all of which can be found here. To make a plugin, simply make a pull request to the plugin repository found here: https://github.com/TheShadowGamer/Invite-Manager-Plugins. In order to make a plugin, see the tag developplugin
in the support server.
In order to update, copy and paste the README.md
, invites.js
, removeinvites.js
, functions/index.js
, index.js
, slash-commands/mainBot.js
, slash-setup.js
, types/custom-MEMBER
, package.json
and package-lock.json
files into your Invite Manager instance.
v2.0.6 - Add Reset Invites Code and Fix Discord Permissions
This update fixes a bug with the invites reset slash command and the Discord permission checks.
In order to update, copy and paste the invites.js
, resetinvites.js
, package.json
and package-lock.json
files into your Invite Manager instance.
v2.0.5 - Fix Leaderboard and Discord Permissions
This update fixes a bug with the leaderboard and the Discord permission checks.
In order to update, copy and paste the addinvites.js
, removeinvites.js
, resetinvites.js
, userinfo.js
, inviteinfo.js
, leaderboard.js
, package.json
and package-lock.json
files into your Invite Manager instance.
v2.0.4 - Discord Permissions and Bug Fixes
This release fixes some bugs with the new Vanity URL feature and allows people with certain discord permissions to manage invites.
In order to update, copy and paste the guildMemberAdd.js
, inviteCreate.js
, inviteDelete.js
, addinvites.js
, removeinvites.js
, resetinvites.js
, package.json
and package-lock.json
files into your Invite Manager instance.
v2.0.3 - Fix Leave Message Bug
This release fixes a bug where the bot would send the welcome message whenever someone left the server.
In order to update, copy and paste the guildMemberRemove.js
, package.json
and package-lock.json
files into your Invite Manager instance.
v2.0.2 - Discord.JS Update
This update simply updates the Discord.JS npm module. This update should fix any issues you are currently having with Invite Manager.
In order to update, copy and paste the package.json
and package-lock.json
files into your Invite Manager instance.
v2.0.1 - Vanity URL Support
This update lets the bot detect Vanity URL joins. To update, copy and paste the ready.js
, guildMemberAdd.js
, guildMemberRemove.js
package.json
, and package-lock.json
files from the in the release to your invite manager instance.
v2.0.0 - Akairo Recode
This update recodes the entire bot in Akairo, as well as adding some new features like invite rewards, a leaderboard command, and slash command support. This update also fixes all issues including the random user IDs being saved as someone's invites.
It is not recommended to try and update from a previous version.