https://github.com/zalo/threadweaver
A Discord Redbot Cog that adds threading functionality via the :thread: reaction.
https://github.com/zalo/threadweaver
discord-bot redbotv3 threads
Last synced: 11 months ago
JSON representation
A Discord Redbot Cog that adds threading functionality via the :thread: reaction.
- Host: GitHub
- URL: https://github.com/zalo/threadweaver
- Owner: zalo
- License: mit
- Created: 2021-01-02T23:14:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T02:25:58.000Z (over 5 years ago)
- Last Synced: 2025-03-04T16:25:43.697Z (over 1 year ago)
- Topics: discord-bot, redbotv3, threads
- Language: Python
- Homepage:
- Size: 490 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Threadweaver
A Discord Redbot Cog that allows users to react to messages with the `:thread:` (🧵) emoji to create temporary channels based around that comment.

# Installation
Once you have a [Red Discord Bot V3](https://github.com/Cog-Creators/Red-DiscordBot) set up, execute these commands in Discord (where `[p]` is your bot's command character (usually `/`, `.`, or `!`)):
```
[p]repo add Threadweaver https://github.com/zalo/Threadweaver
[p]cog install Threadweaver threadweaver
```
Make sure your bot has permissions to manage channels and roles/permissions.
# Usage
By default, you and your users should be able to use the 🧵 emoji on any message to create threads.
In addition, these commands are introduced:
- `[p]threadweaver_settings` - View the list of internal settings
- `[p]threadweaver_update_setting [name] [value]` - Change an internal setting (Mod Only)
- `[p]threadweaver_update_setting [name] [value]` - Change an internal setting
- `[p]rename-thread [NAME]` - Rename a thread (Original Poster in Thread Only)
- `[p]archive-thread` - Archive a thread (Original Poster in Thread Only)
(where `[p]` is your bot's command character (usually `/`, `.`, or `!`))