No description https://pluralkit.me/
Find a file
dependabot[bot] 222cd1f653
build(deps): bump bytes from 1.10.1 to 1.11.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 19:24:55 +00:00
.cargo feat: gateway service 2024-10-20 09:36:20 +09:00
.github chore: update CI dotnet-format action 2025-08-25 16:04:21 +12:00
ci chore: bump rust edition to 2024 2025-09-06 18:28:24 +00:00
crates chore: move app-commands script to rust 2025-11-09 09:09:50 +00:00
dashboard chore: update recovery message on dashboard 2025-09-06 18:33:40 +00:00
dev-docs chore: update dev-docs for Serilog submodule 2025-05-26 20:20:37 +00:00
docs docs: add patreon/bmac link to premium announce 2026-01-16 13:45:42 +13:00
Myriad feat(bot): port message info embeds to cv2 2025-10-24 10:23:38 -04:00
PluralKit.API feat(api): try harder at checking whether user is in guild 2025-06-15 21:10:57 +00:00
PluralKit.Bot fix(bot): make reproxy inherit SUPPRESS_NOTIFICATIONS (#776) 2026-01-14 15:41:27 +13:00
PluralKit.Core fix: cast hid parameter to char(6) in GetMemberByHid query 2026-01-17 17:08:55 -05:00
PluralKit.Tests chore(bot): revert temp fix (407e0ce) + update watson 2025-08-11 21:28:22 -04:00
Serilog@f5eb991cb4 feat(dotnet): json stdout logging 2025-05-24 12:40:14 +00:00
.dockerignore chore: bump rust edition to 2024 2025-09-06 18:28: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 feat(dotnet): json stdout logging 2025-05-24 12:40:14 +00:00
Cargo.lock build(deps): bump bytes from 1.10.1 to 1.11.1 2026-02-03 19:24:55 +00:00
Cargo.toml build(deps): bump bytes from 1.10.1 to 1.11.1 2026-02-03 19:24:55 +00:00
COPYING chore: relicense Myriad library to MIT, add license text 2025-08-19 21:14:58 +00:00
docker-compose.yml chore: move migrations to rust 2025-07-24 01:36:04 +00:00
flake.lock fix(flake): change systems url to default 2025-09-01 21:33:16 -04:00
flake.nix chore: bump rust edition to 2024 2025-09-06 18:28:24 +00:00
PluralKit.sln chore: fix .NET build in VS2022 2025-08-25 12:23:41 +12:00
README.md chore: relicense Myriad library to MIT, add license text 2025-08-19 21:14:58 +00:00
rust-toolchain.toml chore: bump rust edition to 2024 2025-09-06 18:28:24 +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

In production, we run PluralKit using Kubernetes. The configuration can be found in the infra repo.

For self-hosting, it's simpler to use Docker, with the provided docker-compose file.

Create a .env file with the Discord client ID and bot token:

CLIENT_ID=198622483471925248
BOT_TOKEN=MTk4NjIyNDgzNDcxOTI1MjQ4.Cl2FMQ.ZnCjm1XVW7vRze4b7Cq4se7kKWs

If you want to use pk;admin commands (to raise member limits and such), set ADMIN_ROLE to a Discord role ID:

ADMIN_ROLE=682632767057428509

If you didn't clone the repository with submodules, run git submodule update --init first to pull the required submodules. Run docker compose build, then docker compose up -d.

To view logs, use docker compose logs.

Postgres data is stored in a pluralkit_data Docker volume.

Development

See the dev-docs/ directory

User documentation

See the docs/ directory

License

With the exception of the Myriad library, this project is under the GNU Affero General Public License, Version 3. The license text can be found in the COPYING file.

Licensing information for the Myriad library can be found in the library's README.md file.