We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b335ba9 commit 23cc913Copy full SHA for 23cc913
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord-tsx-commands",
3
- "version": "0.3.6-a",
+ "version": "0.3.6-b",
4
"description": "Write Discord.js commands in tsx without React. An extension package for discord-tsx-factory.",
5
"main": "dist/index.js",
6
"repository": "https://github.com/lshqqytiger/discord-tsx-commands.git",
@@ -20,7 +20,7 @@
20
},
21
"homepage": "https://github.com/lshqqytiger/discord-tsx-commands#readme",
22
"dependencies": {
23
- "discord-tsx-factory": "^0.3.6-a",
+ "discord-tsx-factory": "^0.3.6-b",
24
"discord.js": "^14.18.0"
25
26
"devDependencies": {
0 commit comments