Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettski/brettski-join
Discord bot join activity POC
https://github.com/brettski/brettski-join
Last synced: 13 days ago
JSON representation
Discord bot join activity POC
- Host: GitHub
- URL: https://github.com/brettski/brettski-join
- Owner: brettski
- License: gpl-3.0
- Created: 2023-09-21T01:05:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T06:57:37.000Z (over 1 year ago)
- Last Synced: 2024-11-19T05:14:19.464Z (2 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brettski-join
A POC for a Discord bot which can add and remove voice channels through webhook requests.
Assuming a bot with the needed functionality is needed first, followed by a webhook to interact with the bot
If all that works, hopefully there's a way to wrap some type of security around all of this.
## Bot installation
### Permissions
#### Scopes
- applications.commands
- bot#### Bot Permissions
- Manage Channels
- Send Messages
-### URL
[https://discord.com/api/oauth2/authorize?client_id=1154150851305287860&permissions=17602923464720&scope=applications.commands%20bot](https://discord.com/api/oauth2/authorize?client_id=1154150851305287860&permissions=17602923464720&scope=applications.commands%20bot)
## Future Thoughts
- Instant invites
- Validate user from IdP
- Add/Manage events## Thank You
- [Discord.js](https://www.npmjs.com/package/discord.js) npm package