Skip to content

Releases: manage-invite/manage-invite-bot

4.6.1

06 Sep 12:40

Choose a tag to compare

Added

  • New moderation commands. (6d14152)
  • Subscriptions can now be invalidated. (6d14152)
  • +sub command now displays the guild ID. (e930a94)
  • Status messages are now sent using webhooks. (695fb1e)

Fixed

  • Join messages can now be configured using the dashboard. (b3511b9)

4.6.0

23 Aug 09:29
654dd32

Choose a tag to compare

Added

  • Sentry support was added to track errors. (4765bcd)
  • System messages can now be configured. (2f5fbb1)
  • Add the list of actives code on the +userinfo command. (07312b8)
  • Add the number of joins on the +userinfo command. (07312b8)
  • New {numJoins} variable that can be used in welcome messages. (2f5fbb1)
  • New {invite.channel} variable that can be used in welcome messages. (c15f294)
  • New {server} and {server.count} variable that can be used in welcome messages. (7ac9e7b)
  • ESLint was configured and code is now better. (123fbbc)
  • Premium roles are now automatically synchronized. (db74fb1)
  • New +sync-ranks command to synchronize member ranks. (0618e28)
  • New "First Join" field in +userinfo command. (3f524e2)
  • Portuguese has been added to the languages. (8aeb697)

Fixed

  • +start-trial command fixed. (22e3c7b)
  • +addpremium -f command fixed. (b02b834)
  • Invited users on the +userinfo command are now displayed properly. (c95593e)
  • +userinfo command now requires MANAGE_GUILD permissions. (26a69d4)
  • +membercount command now uses right statuses emojis. (3d2ee34)
  • @everyone can no longer be chosen for ranks reward. (e5d383a)
  • Activity is now updated every hour. (981abe8)

4.5.1

28 Jun 09:14

Choose a tag to compare

Fixed

  • Plugins are now not created twice (bf3811d)
  • set-stacked-ranks is now working properly on all the servers (98bb97e)
  • Leaderboard prompt to jump to another page is now fixed (dc208f8)
  • Fixing a bug with the number of days remaining on the dashboard (43b0862)

4.5.0

18 Jun 07:57

Choose a tag to compare

Added

  • New Turkish language.
  • New Hungarian language.
  • New +cmd-channel command.
  • New all parameter for +addbonus and +removebonus commands (to add/remove bonus to everyone).

Fixed

  • +config command fixed.
  • +help command redesigned.
  • Custom prefixes that matched the markdown syntax (such as *) are now handled.

Improved

  • Subscriptions in database were reorganized.
  • fetchGuild() and fetchMember() are now wrappers of new fetchGuilds() and fetchMembers() functions.
  • +removeinvites and +restoreinvites are now using their own query to PG instead of a loop of UPDATE.

4.4.0

29 May 09:32

Choose a tag to compare

Added

  • New +set-stacked-ranks command, to choose whether the members should have all their or only the highest one. (65b5f5b)
  • Add Vietnamese language. (3818d39)

Fixed

  • +setkeep-ranks command is now shown on the help command. (2708c31)
  • +setkeep-ranks command is now fixed; some roles were not given when it was enabled. (54dc20c)
  • The bot now sends an error when you try to add a role dedicated to a bot to the ranks rewards. (787ff32)
  • Fix some dashboard features. (0053d2a)

4.3.0

25 May 07:22

Choose a tag to compare

Added

  • All the servers are now displayed on the selector page, so the users can purchase premium for them. (c620b03)

Fixed

  • DBL vote channel is now in the config.js file. (4b54a26)

4.2.0

24 May 19:19

Choose a tag to compare

Added

  • Discordbots.org votes are now handled and a thank you message is now sent in a channel. (4d80e64)

Fixed

  • Only cache the first 100 members of the leaderboard. (fcfe739)
  • Check if a member is already blacklisted before blacklisting them. (2b98242)
  • Guild premium now has priority over the waiting verification message. (d1bc8ee)
  • Some i18n fixes. (fe240fa, 8b370f7, 869a9f2

4.1.0

21 May 09:54

Choose a tag to compare

Added

  • New +addpremium command for staff members.
  • New +subscriptions command for staff members.
  • New confirmation message for +remove-invites command.
  • New button to pay for premium when you are using the trial version.

Fixed

  • +removeinvites and +restoreinvites commands are now faster.

4.0.0

21 May 09:41
55ab211

Choose a tag to compare

Added

  • New +fetch-invites command.

Changed

  • Bot's now restricted to premium users.
  • i18n rewrite.

3.1.0

25 Mar 08:55

Choose a tag to compare

Added

  • New +setkeep-ranks command (f3d143f)
  • New "Invited users" field in the +userinfo command (fa84c59)
  • New PG cache (to reduce latency) (c08b96c)

Fixed

  • DBL statistics fixed (8fcf863)
  • Leaderboard now ignore blacklisted users (3c677e1)
  • Force fetch server invites every 15 minutes (361f0f5)