Webhooks - atlas-labs-org/atlas GitHub Wiki
Discord Webhooks
[!WARNING] Discord no longer accepts/allows Roblox POST requests. If you wish to use a webhook, you must use a proxy such as lewisakura.
The above site follows Discord and Roblox ToS by enforcing it's own ratelimits.
Instructions
- Download the file linked above (unless you have a
webhook_examplefile already) - Insert file into game
- Move to
Atlas_Loader->Plugins - Put your webhook into the slot for it and you're set!
[!TIP] If your loader is missing it, download the plugin here
Notes
- Ensure webhook ModuleScript name includes the word "webhook," such as "discord_webhook" or simply "webhook".
- Change name from
webhook_example, it will not run otherwise. - Make sure you have plugins enabled in settings! (see configuration)