Skip to content

Releases: TheShadowGamer/Invite-Manager

v2.1.0 - Plugin Support

27 Apr 01:42
62198d0
Compare
Choose a tag to compare

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

13 Apr 14:16
573cdf2
Compare
Choose a tag to compare

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

07 Apr 22:58
Compare
Choose a tag to compare

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

05 Apr 14:12
Compare
Choose a tag to compare

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

01 Apr 17:30
Compare
Choose a tag to compare

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

31 Mar 21:45
Compare
Choose a tag to compare

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

29 Mar 19:45
Compare
Choose a tag to compare

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

29 Mar 16:30
e8e4487
Compare
Choose a tag to compare

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.