Androz2091 / discord-music-bot

The perfect music bot for your Discord server! 🤘
238 stars 127 forks source link

Bot cannot retrieve guild object #28

Closed samusaran closed 2 years ago

samusaran commented 3 years ago

I can't get the bot to work.

If I breakpoint on play.js:28 I can see that the following line sets guild to undefined:

const guild = client.guilds.cache.get(ctx.guildID);

I can see ctx.guildID contains my guild ID.

Why can't the bot manage to read the guild?

rhozetta commented 2 years ago

Did you enable the intent?

samusaran commented 2 years ago

@rhozetta I managed to solve by adding the "bot" permission to the bot. The permission list that worked for me is the following:

immagine