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
+12-19Lines changed: 12 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.).
- `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)
561
+
- You can use [`Client#generateInvite`](https://discord.js.org/docs/packages/discord.js/stable/Client:Class#generateInvite) instead
560
562
"""
561
563
562
564
[version]
@@ -842,15 +844,6 @@ A request took longer than the specified [timeout](https://discord.js.org/docs/p
842
844
- 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
845
"""
844
846
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
847
[intents]
855
848
keywords = ["no-members"]
856
849
content = """
@@ -1068,9 +1061,9 @@ HTTP-only applications receive interactions through HTTP webhooks instead of the
1068
1061
"""
1069
1062
1070
1063
[interaction-buttons-in-webhooks]
1071
-
keywords = ["no-button"]
1064
+
keywords = ["no-button", "interactive-webhook"]
1072
1065
content = """
1073
-
Only webhooks created by an application can send messages with components, so Discord knows which application to send the corresponding interactions to.
1066
+
Only webhooks created by an application can send messages with interactive components, so Discord knows which application to send the corresponding interactions to.
1074
1067
- Creating webhooks with discord.js: [learn more](https://discordjs.guide/legacy/popular-topics/webhooks#creating-webhooks-with-discordjs)
1075
1068
"""
1076
1069
@@ -1228,7 +1221,7 @@ Either do not enable them if you do not need them, or include the command that w
1228
1221
"""
1229
1222
1230
1223
[fetchreply]
1231
-
keywords = ["fetchReply-deprecated"]
1224
+
keywords = ["fetchreply-deprecated"]
1232
1225
content = """
1233
1226
The `fetchReply` option when replying to an interaction will be removed in v15.
0 commit comments