
DiscordHook
Sends a discord webhook on certain game events. In the furture, this will be expanded to include more events such as serving details per level.
Last updated | 2 weeks ago |
Total downloads | 1003 |
Total rating | 1 |
Categories | Mods Misc Client-side Server-side |
Dependency string | GlitchApotamus-DiscordHook-0.1.2 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
README
Discord Hook
This mod sends webhooks to discord during certain events and calls in game. If you want more features, just open an issue or see my channel in the Discord below.
If you like my mod, I would very appreciate if u leave a like 💜
Prerequisites
Configuration
Set up the config file. You can choose to send the messages as an embed by ticking Send as embed
, setting it to true (default is false).
Webhook url
is required!
All other settings are optional but do have defaults also and only except string values.
RepoConfig
If you use RepoConfig mod to set these settings in game, you will only see Send as embed
due to the lack of string
support in the mod.
[!IMPORTANT] If you use a mod manager like Gale, you can change the .cfg settings in the launcher itself.
In order for the .cfg file to appear, you must launch the game once after installing the mod!
Any Problems?
If you need help or it doesn't work the right way, feel free to contact me in the R.E.P.O. Modding Discord or create an issue on GitHub.
Credits
- linkoid's plugin templates for making it easy to scaffold a plugin
- LucydDemon's DisableItemsInShop Mod for mod structure inspiration