galnir / Master-Bot

A Discord music bot and dashboard with slash commands, playlist support, Spotify, music quiz, saved playlists, lyrics, gifs and more
MIT License
464 stars 372 forks source link

Bot does not respond to any commands when online #626

Closed danielkemp017 closed 3 years ago

danielkemp017 commented 3 years ago

Describe the bug Bot does not respond to any commands when online and added to a fresh sever with full admin permissions

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Bacon-Fixation commented 3 years ago

Howdy, try with /play

with the update to discord.js v13, commands are built from discord's slash command and don't use the "!" prefix

I hope this helps

Much Love -Bacon

danielkemp017 commented 3 years ago

Ah that seems to work for DM ing the bot with commands other than play such as gifs, but can't seem to do it in a server image

Bacon-Fixation commented 3 years ago

check out #605

" Kick your bot from the server and follow this guide step by step. You may have enabled or disabled something when you created your bot in the developer portal. " - Galnir

basically need to enable application.commands in the bot invite link discord server

Much Love -Bacon

danielkemp017 commented 3 years ago

nice one thanks for the help all good and working now