Skip to content

Commit

Permalink
Merge pull request #8 from fac31/discver
Browse files Browse the repository at this point in the history
DJS version update and the described changes
  • Loading branch information
RGHANILOO authored Apr 16, 2024
2 parents 007bfb8 + b205d11 commit 3f75ee4
Show file tree
Hide file tree
Showing 10 changed files with 255 additions and 157 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ dist/**/*
# ignore yarn.lock
yarn.lock


src/listeners
deploy-commands.ts
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>
Loading

0 comments on commit 3f75ee4

Please sign in to comment.