No description https://pluralkit.me/
Find a file
alyssa 437ea72ed4 chore: update readme, example config, and running documentation
Co-authored-by: asleepyskye <skye@vixen.lgbt>
2025-04-24 10:42:40 +00:00
.cargo feat: gateway service 2024-10-20 09:36:20 +09:00
.github chore: clean up github actions workflows 2025-01-14 07:09:03 +00:00
ci feat: admin requests 2025-04-04 11:28:29 +00:00
crates fix(scheduled_tasks): don't crash on missing data 2025-04-08 17:34:50 +00:00
dashboard fix(dashboard): order shards correctly 2024-12-24 04:51:26 +00:00
dev-docs chore: update readme, example config, and running documentation 2025-04-24 10:42:40 +00:00
docs chore: move docs to fly 2025-04-07 00:56:18 +00:00
Myriad feat: add last message cache to gateway 2025-04-04 11:10:39 +00:00
PluralKit.API feat: add sentry error logging to dotnet-api and rust crates 2025-02-23 18:49:31 +00:00
PluralKit.Bot feat: add last message cache to gateway 2025-04-04 11:10:39 +00:00
PluralKit.Core fix build? 2025-01-05 04:54:40 +00:00
PluralKit.Tests feat: remote await events from gateway 2025-04-04 11:10:39 +00:00
scripts feat(bot): add support for Discord message context commands (#513) 2023-05-16 03:17:34 +12:00
.dockerignore actually fix build 2025-01-05 04:57:24 +00:00
.editorconfig chore: add golang to editorconfig 2023-05-26 11:31:48 +12:00
.gitignore build(nix): add nix flake 2024-12-24 02:43:41 +00:00
.gitmodules Replace Discord.Net with DSharpPlus 2020-04-17 18:38:12 +02:00
Cargo.lock chore: bump twilight 2025-04-04 12:20:15 +00:00
Cargo.toml chore: bump twilight 2025-04-04 12:20:15 +00:00
docker-compose.yml fix(docker-compose): add redis env var to api service (#528) 2023-03-07 08:12:23 +13:00
Dockerfile refactor: remove protobuf 2024-12-24 02:43:41 +00:00
flake.lock build(nix): add nix flake 2024-12-24 02:43:41 +00:00
flake.nix fix(nix): change rust build command 2025-04-13 11:01:12 -04:00
pluralkit.conf.example chore: update readme, example config, and running documentation 2025-04-24 10:42:40 +00:00
PluralKit.sln fix: build issues 2022-06-26 17:30:12 -04:00
README.md chore: update readme, example config, and running documentation 2025-04-24 10:42:40 +00:00
shell.nix build(nix): add nix flake 2024-12-24 02:43:41 +00:00

PluralKit

PluralKit is a Discord bot meant for plural communities. It has features like message proxying through webhooks, switch tracking, system and member profiles, and more.

Do you just want to add PluralKit to your server? If so, you don't need any of this. Use the bot's invite link: https://discord.com/oauth2/authorize?client_id=466378653216014359&scope=bot%20applications.commands&permissions=536995904

PluralKit has a Discord server for support, feedback, and discussion: https://discord.gg/PczBt78

Running

See RUNNING.md.

Development

See the dev-docs/ directory

User documentation

See the docs/ directory

License

This project is under the GNU Affero General Public License, Version 3. It is available at the following link: https://www.gnu.org/licenses/agpl-3.0.en.html