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
Copy file name to clipboardExpand all lines: tags/tags.toml
+15-18Lines changed: 15 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,12 @@ if (<message>.author.bot) return;
9
9
"""
10
10
11
11
[bot-about-me]
12
-
keywords = ["bam"]
12
+
keywords = ["bam", "bio", "about-me"]
13
13
content = """
14
-
To give your application an "About Me", head [here](https://discord.com/developers/applications), "Your Application" > "General Information" > "Description". The description supports full markdown as well (bold, underline, etc.).
@@ -419,6 +422,7 @@ You can use markdown syntax to display clickable links without showing the url:
419
422
"[text](url 'optional hovertext')"
420
423
```
421
424
- Embeds only support this in description and field values
425
+
- Link text may not include emojis
422
426
"""
423
427
424
428
[no-dm]
@@ -430,6 +434,7 @@ Your bot is trying to send a DM to a user, but failed to do so:
430
434
- The user no longer shares a guild with the bot (make sure to send informational DMs before banning/kicking)
431
435
- The bot is trying to DM itself or another bot
432
436
Note: You cannot check if you can send a DM beforehand but have to handle the [rejection case](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch)
437
+
Note: User-installed applications can always DM authorized users, regardless of shared servers or DM settings
- `bot` scope includes `applications.commands`. If you don't need the bot, use `applications.commands` instead
559
-
- You can use #generateInvite instead: [learn more](https://discord.js.org/docs/packages/discord.js/stable/Client:Class#generateInvite)
564
+
- You can use [`Client#generateInvite`](https://discord.js.org/docs/packages/discord.js/stable/Client:Class#generateInvite) instead
560
565
"""
561
566
562
567
[version]
@@ -842,15 +847,6 @@ A request took longer than the specified [timeout](https://discord.js.org/docs/p
842
847
- In case of a slow connection, the `timeout` option in [RESTOptions](https://discord.js.org/docs/packages/rest/stable/RESTOptions:Interface#timeout) can be increased to prevent future AbortErrors.
843
848
"""
844
849
845
-
[v14-changes]
846
-
keywords = ["changes", "v14", "14"]
847
-
content = """
848
-
Version 14 has released! Please update at your earliest convenience.
849
-
- Update: `npm rm discord.js` `npm i discord.js`
850
-
- [Update guide](https://discordjs.guide/legacy/additional-info/changes-in-v14) (use `CTRL` + `F` to search for the old method or property)
851
-
"""
852
-
hoisted = true
853
-
854
850
[intents]
855
851
keywords = ["no-members"]
856
852
content = """
@@ -1070,7 +1066,7 @@ HTTP-only applications receive interactions through HTTP webhooks instead of the
1070
1066
[interaction-buttons-in-webhooks]
1071
1067
keywords = ["no-button"]
1072
1068
content = """
1073
-
Only webhooks created by an application can send messages with components, so Discord knows which application to send the corresponding interactions to.
1069
+
Only webhooks created by an application can send messages with interactive components, so Discord knows which application to send the corresponding interactions to.
1074
1070
- Creating webhooks with discord.js: [learn more](https://discordjs.guide/legacy/popular-topics/webhooks#creating-webhooks-with-discordjs)
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`.
1179
1175
*Note that this is meant for discord-side embeds and may break without notice.*
1176
+
You are likely better off using the [Media Gallery message component](https://discordjs.guide/legacy/popular-topics/display-components#media-gallery) instead of embeds.
1180
1177
"""
1181
1178
1182
1179
[invite-tracker]
@@ -1228,7 +1225,7 @@ Either do not enable them if you do not need them, or include the command that w
1228
1225
"""
1229
1226
1230
1227
[fetchreply]
1231
-
keywords = ["fetchReply-deprecated"]
1228
+
keywords = ["fetchreply-deprecated"]
1232
1229
content = """
1233
1230
The `fetchReply` option when replying to an interaction will be removed in v15.
0 commit comments