You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
In the .send and .edit commands it should be possible to mention users without pinging them. For this purpose, when sending the message the mentions should be converted as follows:
Type
Mention in command
Ping in bot message
User Ping
<!@userid>
<@userid>
Role Ping
<!@&roleid>
<@&roleid>
eveyone Ping
@!everyone
@everyone
here Ping
@!here
@here
The text was updated successfully, but these errors were encountered:
In the
.send
and.edit
commands it should be possible to mention users without pinging them. For this purpose, when sending the message the mentions should be converted as follows:<!@userid>
<@userid>
<!@&roleid>
<@&roleid>
@!everyone
@everyone
@!here
@here
The text was updated successfully, but these errors were encountered: