discord.js-selfbot-v13/src
Lucas K 9e7a619c24
Fix slashCommand of type SUB_COMMAND_GROUP
I tried to run a slash command like this: this.channel.sendSlash(BOT_ID, 'trade item for_items', '1', 'itemName', 'True');

I ran into an exception saying "Cannot read properties of undefined (reading 'type')"

After debugging it, I got it working again with this small adjustment.
2022-10-06 22:31:11 +02:00
..
client feat: Guild Forum channel 2022-10-03 19:25:39 +07:00
errors feat: Guild Forum channel 2022-10-03 19:25:39 +07:00
managers feat: Guild Forum channel 2022-10-03 19:25:39 +07:00
rest feat(Client): Support Proxy 2022-08-29 11:10:47 +07:00
sharding Discord.js v13.7 2022-05-14 15:06:15 +07:00
structures Fix slashCommand of type SUB_COMMAND_GROUP 2022-10-06 22:31:11 +02:00
util feat: Guild Forum channel 2022-10-03 19:25:39 +07:00
index.js Update 2022-09-09 23:44:45 +07:00
WebSocket.js Initial commit 2022-03-19 17:37:45 +07:00