Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessiogr/support-bot
Thread-based support bot for discord with message upload functionality, to eliminate that black hole of information
https://github.com/alessiogr/support-bot
discord discord-bot discord-js discordbot support thread threads
Last synced: 28 days ago
JSON representation
Thread-based support bot for discord with message upload functionality, to eliminate that black hole of information
- Host: GitHub
- URL: https://github.com/alessiogr/support-bot
- Owner: AlessioGr
- License: agpl-3.0
- Created: 2022-04-27T13:08:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T16:53:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T02:35:23.897Z (3 months ago)
- Topics: discord, discord-bot, discord-js, discordbot, support, thread, threads
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Support bot for discord
## Deploying
1. Deploy the project with the Dockerfile to some host (I use Northflank, you can just select Dockerfile there). The command to start the bot is pnpm start - it's included in the Dockerfile as well.
2. Make sure all the environment variables are set (as seen in the .env.sample). You get all those tokens by "registering/creating" your bot with discord right here: https://discord.com/developers/applications/. That's also where you set stuff like the Bot name, permissions and profile picture.When deploying with the bot token set as environment variable and the bot registered in Discord, the discord bot will be online.