fuma-nama / discord-bot-dashboard-next

The Most Powerful Discord bot Dashboard Template
https://demo-bot.vercel.app
MIT License
186 stars 76 forks source link

Return error #36

Open D3ltaa opened 1 year ago

D3ltaa commented 1 year ago

When i try to invite the bot in the server it return me that error

 33 |     return (await response.json()) as AccessToken;
  34 |   } else {
35 |     throw new Error('Failed to exchange token');
     |          ^
  36 |   }
  37 | }
  38 |
fuma-nama commented 1 year ago

Failed to exchange access token usually caused by a wrong Discord client ID or secret, check your environment variables and ensure they're correct