No description
  • C# 96.4%
  • Dockerfile 3.6%
Find a file
Dirk Kok 2d5d999334
All checks were successful
Build and push Docker image / build-and-push-image (push) Successful in 15s
Build and push Docker image / trigger-update (push) Successful in 1s
update workflow for forgejo
2026-03-04 11:24:57 +01:00
.forgejo/workflows update workflow for forgejo 2026-03-04 11:24:57 +01:00
EmotePirate delete button on emote creation message 2025-10-20 16:48:47 +02:00
.gitignore delete button on emote creation message 2025-10-20 16:48:47 +02:00
EmotePirate.sln Initial commit 2022-04-08 14:58:19 +02:00
LICENSE Create LICENSE 2022-04-08 15:00:06 +02:00
README.md [ci skip] create readme 2022-04-22 16:09:46 +02:00

EmotePirate

The bot will create emotes in the current server when it is mentioned by a user who has Manage Emotes in that server.

  • If no other text is specified then it will look in the referenced message (ie the message you replied to) for emotes. It will download all emotes and create them in the current server.
  • If you have an attachment you can specify a name for the new emote, and it will be created. This only works for one emote at a time. You can also reply to a message with an attachment and it will use that attachment.
  • Finally, you can provide a url to an image and a name for the emote, and it will be created. The order does not matter.

Docker deployment

See Dockerfile in EmotePirate directory. Envvars:

  • PIRATE_Discord__Token: your bot token
  • PIRATE_DiscordNotifications__WebhookUrl: discord webhook url where error notifications are to be sent