Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vexx32/thread-tracker
A Discord bot for tracking who made the last reply to threads or channels
https://github.com/vexx32/thread-tracker
Last synced: 2 months ago
JSON representation
A Discord bot for tracking who made the last reply to threads or channels
- Host: GitHub
- URL: https://github.com/vexx32/thread-tracker
- Owner: vexx32
- License: mit
- Created: 2023-04-08T07:37:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:40:27.000Z (9 months ago)
- Last Synced: 2024-04-13T02:14:35.729Z (9 months ago)
- Language: Rust
- Size: 505 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thread Tracker
A simple Discord bot built in Rust with [Serenity](https://docs.rs/serenity/latest/serenity/) and [Poise](https://docs.rs/poise/latest/poise/).
## Get Started
- [Top.gg](https://top.gg/bot/385572136082735106)
- [Invite Thread Tracker to your server](https://discord.com/api/oauth2/authorize?client_id=385572136082735106&permissions=84992&scope=bot)## Usage
Use `/tt_help` to have Thread Tracker list its available commands.
## Data Stored
Thread Tracker stores only the relevant Discord user ID, server ID, and thread or channel IDs.
To Do entries store the relevant text, and some thread and message information will be cached in memory, but not stored permanently.## Permissions
Thread Tracker requires very few permissions:
- Read Messages
- Send Messages
- View Message History
- Embed Links