mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-21 01:05:27 -04:00
[GH-ISSUE #842] Support discord.com invite links for whitelisting #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MSuih on GitHub (Jan 10, 2022).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/842
Discord previously used discord.gg domain for invite links. For example, https://discord.gg/Af7H9yp is the old syntax and it now redirects users to https://discord.com/invite/Af7H9yp
When using
!invite whitelist, bot will only accept old discord.gg invites. Trying to add a discord.com invite will cause it to react with ⛔ . Changing the url manually will work around this issue.@clienthax commented on GitHub (Mar 4, 2022):
The discord client still generates the discord.gg links, I don't see much point in this currently.
@13xforever commented on GitHub (Jun 29, 2022):
It's been supported since very beginning, this is invalid issue and may be closed
Support discord.com invite links for whitelistingto [GH-ISSUE #842] Support discord.com invite links for whitelisting