Update CustomQuoter.plugin.js

This commit is contained in:
Mirco Wittrien 2020-06-29 19:48:51 +02:00 committed by GitHub
parent 8cf5929205
commit 9974bf479f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@ var CustomQuoter = (_ => {
"$mention will be replaced with a mention of the message author",
"$link will be replaced with a discord direct link pointing to the message",
"$authorId will be replaced with the ID of the message author",
"$authorName will be replaced with the username of the message author",
"$authorAccount will be replaced with the accountname of the message author + discriminator",
"$authorName will be replaced with the nickname or username of the message author",
"$authorAccount will be replaced with the accountname of the message author (username#discriminator)",
"$channel will be replaced with a mention of the channel (ignored for DMs)",
"$channelId will be replaced with the ID of the channel",
"$channelName will be replaced with the Name of the channel",