Skip to content

Releases: manage-invite/manage-invite-bot

4.11.0

21 Jul 21:44

Choose a tag to compare

Added

  • Slash commands! 🎉
  • Add confirm buttons to restore-invites, remove-invites, add-bonus, remove-bonus commands.
  • Add previous/next pages buttons to leaderboard command.

Fixed

  • Member count command has been fixed.
  • Fix undefined label on stats command.

4.10.1

18 Jun 20:45

Choose a tag to compare

Some fixes with Discord.js v13

4.10.0

18 Jun 14:31

Choose a tag to compare

⚠️ Due to Discord T.O.S, role rewards have been removed from the bot. They are now replaced with guild alerts.

Added

  • New guild alerts.

Fixed

  • Bump some dependencies
  • Fix leaderboard bugs
  • Fix DM join messages configuration on the dashboard
  • MI is now using Discord.js v13

DB

  • guild_ranks table has been removed.
  • keep_ranks, stacked_ranks columns have been removed from the guilds table.
  • New guild_alerts table.

4.9.0

13 Jun 06:22

Choose a tag to compare

Added

Fixed

  • Clean up code. (faf3ea9)
  • Some fixes with the Redis update. (b5217db, etc.)

Credits

Thanks to @Dynamis207, who contributed to the update!

4.8.1

28 Mar 18:14

Choose a tag to compare

Fixed

  • Fix sync-invites command. (1798f16)
  • Hotfix : fix decrease of leaves. (ef9d4f2)
  • Fix invalid removing of invites. (8b7bfd8)

4.8.0

27 Mar 18:24

Choose a tag to compare

Database

  • Rewrite everything using Redis

Fixed

  • Rewrite logger entirely.
  • Remove usage statistics.

4.7.1

05 Feb 08:40

Choose a tag to compare

Fixed

4.7.0

05 Feb 08:15

Choose a tag to compare

Added

  • German language is now supported. (4c3b5fe)
  • Thai language is now supported. (1b413d2)
  • New set-fake-threshold command. (78c24a9)
  • Embed messages are now supported. (78c24a9)
  • New {user.avatar} and {inviter.avatar} variables.
  • Role rewards behavior are now available on the dashboard. (0ec87c6)

Fixed

  • +membercount command has been fixed. (5d6938a)
  • {server.count} variable has been fixed.
  • {numJoins} has been renamed to {user.numJoins}.
  • Link to go back to the selector page on the dashboard has been fixed. (daf5606)

SQL

  • Create join_fake clmn in member_join_data table.
  • Create guild_fake_threshold column in guilds table.

4.6.3

17 Jan 11:24

Choose a tag to compare

Added

  • New messages when the server is about to expire. (c5db8c7)
  • New command cooldown. (72fc029)

Fixed

  • Stats command has been fixed. (3d7292b)
  • Invites counting has been fixed. (08e5f22)
  • Blacklist command when providing a user ID has been fixed. (f2582c8)
  • Invalid locales error are now caught. (51f1ad9)

SQL changes

CREATE TABLE public.payments_reminds
(
    sub_id integer NOT NULL,
    last_payment_id integer NOT NULL,
    success_sent boolean NOT NULL,
    bot_kicked boolean NOT NULL,
    CONSTRAINT payments_reminds_pkey PRIMARY KEY (sub_id, last_payment_id)
)

TABLESPACE pg_default;

ALTER TABLE public.payments_reminds
    OWNER to postgres;

4.6.2

22 Nov 21:36

Choose a tag to compare

Added

  • Romanian and Bulgarian added. (24d9e0a)

Fixed

  • Cancellation are now logged even if the satisfaction couldn't be sent. (76e9f7c)
  • Dashboard logs are now working even if the username contains invalid characters. (0db21b3)
  • Sending a message to a user with closed DMs doesn't throw an error anymore. (a993eaa)
  • There is no empty maps created when the guild invites can't be fetched. (7766fd1)
  • Now use return if there is no code in the request. (84c5f10)
  • Now check if there is an inviter linked to the found invite. (e638698)
  • Userinfo, sync-ranks, stats and membercount commands fixed. (0dfbb06)