https://github.com/corwindev/flexbar-discord
https://github.com/corwindev/flexbar-discord
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corwindev/flexbar-discord
- Owner: CorwinDev
- Created: 2025-02-25T12:19:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T12:26:22.000Z (about 1 year ago)
- Last Synced: 2025-08-28T21:24:05.656Z (10 months ago)
- Language: JavaScript
- Size: 2.6 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord
Use Discord Voice controls and soundboard!
## Creating a Discord Bot
As Discord does not allow you to use RPC if the bot is not owned by you, you need to create a application.
1. Go to the [Discord Developer Portal](https://discord.com/developers/applications)
2. Click on "New Application"
3. Name your application and click "Create"
4. Go to the "OAuth2" tab
5. Add a redirect URL to the "Redirects" section. This can be any URL, but it must be a valid URL. You can use for example `https://eniaclec.com`
6. Copy the "Client ID" and "Client Secret" from this page.
7. Open up FlexDesigner
8. Go to the "Settings" -> "Application" tab
9. Select "Discord" from the side menu
10. Paste the "Client ID" and "Client Secret" into the respective fields
11. Click "Save"
12. Click "Authenticate"
Yay! You have successfully created a Discord bot and authenticated it with FlexDesigner. You can now use the Discord Voice controls and soundboard features in FlexDesigner.