View Single Post
Infranix
New Member
Join Date: May 2020
Location: Australia
Old 06-13-2020 , 07:39   Re: [ANY] CallAdmin - Extended Report Mod
Reply With Quote #1881

If the plugin is just tagging and missing the rest of the calls body, it means your webhooks don't have the "/slack" at the end of them. You shouldn't remove that part when setting your own webhook URL.

You need it to be like this:

Code:
"calladmin"
{
        "url"    "https://discordapp.com/api/webhooks/xxxxxxxxxxxxxxxx/slack"
}
Just add "/slack" to the end of your webhook URLs in discord.cfg and that'll fix it for ya.
Infranix is offline