Releases: manage-invite/manage-invite-bot
Releases · manage-invite/manage-invite-bot
4.11.0
4.10.1
Some fixes with Discord.js v13
4.10.0
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_rankstable has been removed.keep_ranks,stacked_rankscolumns have been removed from theguildstable.- New
guild_alertstable.
4.9.0
Added
- New web dashboard, made with react (https://github.com/manage-invite/manage-invite-dashboard).
- New API (https://github.com/manage-invite/manage-invite-api).
Fixed
Credits
Thanks to @Dynamis207, who contributed to the update!
4.8.1
4.8.0
Database
- Rewrite everything using Redis
Fixed
- Rewrite logger entirely.
- Remove usage statistics.
4.7.1
4.7.0
Added
- German language is now supported. (4c3b5fe)
- Thai language is now supported. (1b413d2)
- New
set-fake-thresholdcommand. (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
+membercountcommand 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_fakeclmn inmember_join_datatable. - Create
guild_fake_thresholdcolumn inguildstable.
4.6.3
Added
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
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)