How do I delete an event inside an eval?
I accidentally made an event inside an eval. Now that event is always being ran, but I don’t want it to.. How do I remove this? It’s in DiscordJS, so NodeJS. I really would appreciate all help!!
I can’t create server with discord-selfbot-v13
When i call function client.guilds.create i have this error:
Why are my application commands not showing up in Discord?
apologies in advance if I’m asking a stupid question, but ive been banging my head at the wall for a few hours now trying to figure out why my bots slash commands aren’t showing up in my server.
Guys, can somebody help me with this. I can’t understand what they want from me
PS C:UsersUserDesktopLifeCycleDiscord_Music_Bot> npm i @discordjs/opus
npm ERR! code 1
npm ERR! path C:UsersUserDesktopLifeCycleDiscord_Music_Botnode_modules@discordjsopus
npm ERR! command failed
npm ERR! command C:Windowssystem32cmd.exe /d /s /c node-pre-gyp install –fallback-to-build
npm ERR! Failed to execute ‘C:Program Filesnodejsnode.exe C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gypbinnode-gyp.js configure –fallback-to-build –module=C:UsersUserDesktopLifeCycleDiscord_Music_Botnode_modules@discordjsopusprebuildnode-v115-napi-v3-win32-x64-unknown-unknownopus.node –module_name=opus –module_path=C:UsersUserDesktopLifeCycleDiscord_Music_Botnode_modules@discordjsopusprebuildnode-v115-napi-v3-win32-x64-unknown-unknown –napi_version=9 –node_abi_napi=napi –napi_build_version=3 –node_napi_label=napi-v3’ (1)
npm ERR! node-pre-gyp info it worked if it ends with ok
npm ERR! node-pre-gyp info using [email protected]
npm ERR! node-pre-gyp info using [email protected] | win32 | x64
npm ERR! node-pre-gyp info check checked for “C:UsersUserDesktopLifeCycleDiscord_Music_Botnode_modules@discordjsopusprebuildnode-v115-napi-v3-win32-x64-unknown-unknownopus.node” (not found)
npm ERR! node-pre-gyp http GET
npm ERR! node-pre-gyp ERR! install response status 404 Not Found on
npm ERR! node-pre-gyp WARN Pre-built binaries not installable for @discordjs/[email protected] and [email protected] (node-v115 ABI, unknown) (falling back to source compile with node-gyp)
npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp info ok
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp info find Python using Python version 3.12.3 found at “C:UsersUserAppDataLocalProgramsPythonPython312python.exe”
discord bot timestamp delay issue
I have created a bot js command which every 5 seconds updates status on website whether it’s online or not. Timestamp as well displays current time, but for some reason after some time it starts to get delayed by minute by two and then last you know it’s delayed by hours. I think it’s has something to do with those 5 seconds of status check.