Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sct/discord-support-threads
https://github.com/sct/discord-support-threads
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sct/discord-support-threads
- Owner: sct
- License: mit
- Created: 2021-10-17T14:05:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T20:27:59.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:05:07.290Z (3 months ago)
- Language: TypeScript
- Size: 344 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Support Thread Bot
Super simple bot that will monitor a channel and create threads automatically on any new messages.
## Setup
- Configure your support channel to use "slow mode" with whatever limit you want for new support threads
- Run the bot:```docker
docker run -d \
--name discord-support-threads \
-e BOT_TOKEN=YourDiscordBotToken \
-e CHANNEL_ID=SupportChannelID \
-e GUILD_ID=ServerID \ # Optional, only needed if you have trouble registering slash commands
-v /path/to/appdata/config:/app/config \
--restart unless-stopped \
ghcr.io/sct/discord-support-threads
```- The bot will create a `settings.json` file in your mounted folder which you can edit to customize the support messages the bot will send.
- Restart the bot after customizing the messages and invite the bot to your server. (There should be an invite link ready for you in the stdout logs!)