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
+13-19Lines changed: 13 additions & 19 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.).
@@ -430,6 +432,7 @@ Your bot is trying to send a DM to a user, but failed to do so:
430
432
- The user no longer shares a guild with the bot (make sure to send informational DMs before banning/kicking)
431
433
- The bot is trying to DM itself or another bot
432
434
Note: You cannot check if you can send a DM beforehand but have to handle the [rejection case](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/try...catch)
435
+
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)
562
+
- You can use [`Client#generateInvite`](https://discord.js.org/docs/packages/discord.js/stable/Client:Class#generateInvite) instead
560
563
"""
561
564
562
565
[version]
@@ -842,15 +845,6 @@ A request took longer than the specified [timeout](https://discord.js.org/docs/p
842
845
- 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
846
"""
844
847
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://www.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
848
[intents]
855
849
keywords = ["no-members"]
856
850
content = """
@@ -1068,9 +1062,9 @@ HTTP-only applications receive interactions through HTTP webhooks instead of the
1068
1062
"""
1069
1063
1070
1064
[interaction-buttons-in-webhooks]
1071
-
keywords = ["no-button"]
1065
+
keywords = ["no-button", "interactive-webhook"]
1072
1066
content = """
1073
-
Only webhooks created by an application can send messages with components, so Discord knows which application to send the corresponding interactions to.
1067
+
Only webhooks created by an application can send messages with interactive components, so Discord knows which application to send the corresponding interactions to.
1074
1068
- Creating webhooks with discord.js: [learn more](https://www.discordjs.guide/legacy/popular-topics/webhooks#creating-webhooks-with-discordjs)
1075
1069
"""
1076
1070
@@ -1228,7 +1222,7 @@ Either do not enable them if you do not need them, or include the command that w
1228
1222
"""
1229
1223
1230
1224
[fetchreply]
1231
-
keywords = ["fetchReply-deprecated"]
1225
+
keywords = ["fetchreply-deprecated"]
1232
1226
content = """
1233
1227
The `fetchReply` option when replying to an interaction will be removed in v15.
0 commit comments