let users pin messages without granting them manage messages
  • C# 74%
  • Dockerfile 26%
Find a file
Dirk Kok bd1b2f6760
All checks were successful
Build and push Docker image / build-and-push-image (push) Successful in 13s
Build and push Docker image / trigger-update (push) Successful in 1s
update workflow for forgejo
2026-03-04 11:29:18 +01:00
.forgejo/workflows update workflow for forgejo 2026-03-04 11:29:18 +01:00
PinBot run as executable 2023-09-26 17:47:33 +02:00
.gitignore initial commit 2022-08-26 14:12:54 +02:00
LICENSE Create LICENSE 2022-08-26 14:13:52 +02:00
PinBot.sln initial commit 2022-08-26 14:12:54 +02:00
README.md Create README.md 2022-08-26 14:15:14 +02:00

PinBot

Allows your users to pin messages without the need to grant them sensitive permissions such as Manage Messages.

Docker deployment

See Dockerfile in PinBot folder. Environment variables:

  • BOT_TOKEN (required)
  • ROLE_ID (optional, users must have this role to use PinBot)
  • IGNORE_CHANNELS (optional, IDs of channels that get ignored)