Change domain to discord.com (#4160)

This commit is contained in:
Phineas
2020-06-19 10:46:59 +01:00
committed by GitHub
parent 9a1c56c5b9
commit ea19faa411
21 changed files with 32 additions and 32 deletions

View File

@@ -57,7 +57,7 @@ class TextBasedChannel {
* @property {string} [nonce=''] The nonce for the message
* @property {string} [content=''] The content for the message
* @property {MessageEmbed|Object} [embed] An embed for the message
* (see [here](https://discordapp.com/developers/docs/resources/channel#embed-object) for more details)
* (see [here](https://discord.com/developers/docs/resources/channel#embed-object) for more details)
* @property {MessageMentionOptions} [allowedMentions] Which mentions should be parsed from the message content
* @property {DisableMentionType} [disableMentions=this.client.options.disableMentions] Whether or not all mentions or
* everyone/here mentions should be sanitized to prevent unexpected mentions