Update CustomQuoter.plugin.js
This commit is contained in:
parent
8cf5929205
commit
9974bf479f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue