Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add invite-tracker tag #184

Merged
merged 6 commits into from
Oct 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1181,3 +1181,12 @@ content = """
To get multiple images to display within one embed, use multiple embeds within the same message that use the same URL `.setURL(x)`/`url: x`.
*Note that this is meant for discord-side embeds and may break without notice.*
"""
[invite-tracker]
keywords = ["track-invite", "used-invite", "invite-used"]
Wolvinny marked this conversation as resolved.
Show resolved Hide resolved
content = """
Discord does not provide the invite which a member used to join. To get the invite you would have to create an invite tracking system yourself.
almostSouji marked this conversation as resolved.
Show resolved Hide resolved
These are more often than not unreliable and we do not recommend it.
The current recommended way is to check __manually__ by using the members tab.
This feature is not yet documented for bots.
Wolvinny marked this conversation as resolved.
Show resolved Hide resolved
"""
=======
Loading