Skip to content

Commit

Permalink
docs: intsruction adn link on adding bot to test
Browse files Browse the repository at this point in the history
  • Loading branch information
RGHANILOO committed Apr 16, 2024
1 parent a6b47d3 commit d739b7d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@

To start
`npm run start`
This will run the bot using ts-node
This will run the bot using ts-node

bot invite link
https://v13.discordjs.guide/preparations/adding-your-bot-to-servers.html#bot-invite-links
add your bot token to env as
TOKEN="YOUR_TOKEN"
in Discord Dev Portal under permissions add the needed permission to your bot
dicord bot invite link to your server

https://discord.com/api/oauth2/authorize?client_id=<CLIENT_ID>&permissions=<PERMISSIONS>&scope=<SCOPE>

0 comments on commit d739b7d

Please sign in to comment.