Elvan
Elvan
``` npm ERR! Error: Couldn't find the `python` binary. Make sure it's installed and in your $PATH. ```
refer it to #2 or #3. I think you forgot to add scope permission to your bot when inviting to a server
try rebuilding the docker image
You must assign your BOT's application ID which you can find in https://discord.com/developers/applications Then, you have to define it in .env (DISCORD_CLIENT_ID = "yourId" and call its value to pass...
.env is already a format you just have to insert all your BOT's credentials into it. I believe there is already one .env.example right here if you fork the project,...
You can do it 2 ways. First, if you are using a text editor like VS Code, you can create a new .env file directly or just rename .env.example to...
> > > oh wait > i figured it out... now i have another error of the base slash command cant be intantanized Is your bot already in a server?...
yes, I think you should invite your bot into a server to debug and test if it works. Slash commands are only working if the bot is already in a...
navigate to discord developer portal here : https://discord.com/developers/applications and then click on your bot application that you have created. From there, you will see OAuth2(it is an url generator for...
it's okay. that would be helpful if you can send me a screenshot of the error