Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Fruit_

@IdioticFruit
  • System Specs

    Cover page
    Made with Python
    Recent comments (0)
  • 2048-2

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
IdioticFruit
IdioticFruit
published an Update
2 years ago
0
radiobot
radiobot
How do I fix this cluster of errors
So i'm trying to make the scripts for slash commands on discordjs and this error pops up DiscordAPIError: Invalid Form Body name: This field is required at RequestHandler.execute (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:349:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async RequestHandler.push (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:50:14) { method: 'post', path: '/applications/900524265814753321/guilds/749595288280498188/commands', code: 50035, httpStatus: 400, requestData: { json: { name: undefined, description: undefined, options: undefined }, files: [] } } DiscordAPIError: Invalid Form Body name: This field is required at RequestHandler.execute (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:349:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async RequestHandler.push (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:50:14) { method: 'post', path: '/applications/900524265814753321/guilds/749595288280498188/commands', code: 50035, httpStatus: 400, requestData: { json: { name: undefined, description: undefined, options: undefined }, files: [] } } DiscordAPIError: Missing Access at RequestHandler.execute (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:349:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async RequestHandler.push (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:50:14) at async Client. (/home/runner/radiobot/index.js:38:23) { method: 'get', path: '/applications/900524265814753321/guilds/818691037623091200/commands', code: 50001, httpStatus: 403, requestData: { json: undefined, files: [] } } DiscordAPIError: Invalid Form Body name: This field is required at RequestHandler.execute (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:349:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async RequestHandler.push (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:50:14) { method: 'post', path: '/applications/900524265814753321/guilds/749595288280498188/commands', code: 50035, httpStatus: 400, requestData: { json: { name: undefined, description: undefined, options: undefined }, files: [] } } DiscordAPIError: Invalid Form Body name: This field is required at RequestHandler.execute (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:349:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async RequestHandler.push (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:50:14) { method: 'post', path: '/applications/900524265814753321/guilds/749595288280498188/commands', code: 50035, httpStatus: 400, requestData: { json: { name: undefined, description: undefined, options: undefined }, files: [] } } DiscordAPIError: Invalid Form Body name: This field is required at RequestHandler.execute (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:349:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async RequestHandler.push (/home/runner/radiobot/node_modules/discord.js/src/rest/RequestHandler.js:50:14) { method: 'post', path: '/applications/900524265814753321/guilds/749595288280498188/commands', code: 50035, httpStatus: 400, requestData: { json: { name: undefined, description: undefined, options: undefined }, files: [] } }
IdioticFruit
IdioticFruit
shared a Post
2 years ago
I'm currently making a solution for a music bot to host on GitHub for a GitHub repository which only supports python 3.7 How do I do it?
IdioticFruit
IdioticFruit
shared a Post
2 years ago
Recently after making a discord bot, I experienced problems with random people who are interested to dig around in my profile and run any replit proje
discobot
Node.js
MrVoo
MrVoo
If you want it 100% hidden, you need to buy hacker plan. You cooooould also just add a variable that when set to true, creates an error to intentionally stop it2 years ago
IdioticFruit
IdioticFruit
shared a Post
2 years ago
So im trying to make the discord bot but the output was like this  npm start > music-b[email protected] start /home/runner/Music-bot > node index.js /home/
MrVoo
MrVoo
Isn't the ? operator only one question mark? Try that2 years ago
KeaganLandfried
KeaganLandfried
I am not familiar with Discord.js, but I use Discord.py extensively. You need to make sure you are properly declaring your token (with no syntax errors of course). That error is likely caused by an issue with the token not being read.2 years ago
IdioticFruit
IdioticFruit
shared a Post
2 years ago
note its a test of the discord bot but how do I kill this so I don't have to risk screwing up things?
SixBeeps
SixBeeps
Wdym "kill" in this context? Like how can you stop the bot from running? You can just terminate the script that's running the bot either through a JS command (I think it's process.exit()) or hit Ctrl+C in the console.2 years ago
IdioticFruit
IdioticFruit
shared a Post
2 years ago
I've looked all posts related to installing node but they don't work, how do I do it Michelle - Replit - Google Chrome 8222021 63227 PM
samfierycreeper
samfierycreeper
@nguyenpaul51 You can get a newer version of Node (Node v16.6.2.) with NixOS. Here is a Repl with Node 16.6.2: https://replit.com/@ConnorBrewster/Nodejs-16. If you want to know more about NixOS, there is a Repl docs article, https://docs.replit.com/programming-ide/getting-started-nix.2 years ago