Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuyk/discord-thoth-bot
Auto-create threads in specific channels.
https://github.com/stuyk/discord-thoth-bot
Last synced: 18 days ago
JSON representation
Auto-create threads in specific channels.
- Host: GitHub
- URL: https://github.com/stuyk/discord-thoth-bot
- Owner: Stuyk
- Created: 2021-12-31T18:58:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T18:54:04.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:36:21.392Z (8 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thoth Discord Bot
Auto-create threads in a specific channel, and tags a certain roles.
This is a `self-hosted` bot so you can just fork this and adjust it as needed.
Keywords: `auto threader, support ticket, discord threads`
![](https://thumbs.gfycat.com/SpectacularScratchyBufflehead-size_restricted.gif)
## Features
* Discord.js
* Quick setup for `from/to` thread creation.## Setup
* Install NodeJS 16+
* `npm install`
* Create a file called `.env` (No Extension)
* Add `DISCORD_BOT_SECRET=YOUR_TOKEN_HERE`
* `npm run start`Can use either environment variables or an `.env` file to setup.
## Environment Variables
The keys available to put into an `.env` file for processing.
| Key | DESC |
| ------------------ | ------------------------------------------------- |
| DISCORD_BOT_SECRET | A Discord Bot Secret from Discord Developer Panel |