CodingTrain / Discord-Bot-Examples

Bot Examples for Fall 2023
20 stars 7 forks source link

Combine step 4 and step 7 in the README #4

Closed supercrafter100 closed 1 year ago

supercrafter100 commented 1 year 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.