CrazyHackGUT / Discord

Yet another Discord Library
GNU General Public License v3.0
11 stars 9 forks source link

Discord_BindWebHook is not working #16

Closed ghost closed 3 years ago

ghost commented 3 years ago

looks like Discord_BindWebHook is not working, it doesn't add damage_logs in sourcemod/configs/Discord.cfg

My Code :

public void OnMapStart()
{
    Discord_BindWebHook("damage_logs", "https://discord.com/api/webhooks/857219091xxxxx/xxxxx");
}
CrazyHackGUT commented 3 years ago

This is don't should add webhook into config. It just adds to internal data structure.

ghost commented 3 years ago

ohh thanks for the explanation.