CodingTrain / Discord-Bot-Examples

Bot Examples for Fall 2023
18 stars 6 forks source link

Combine step 4 and step 7 in the README #4

Closed supercrafter100 closed 11 months ago

supercrafter100 commented 11 months ago

Currently, you're inviting the bot itself and then authorizating the command application seperately. This can be done in a single step by just including the application.commands scope when you're inviting the bot to your server.