Bara / Discord-MapNotification

GNU General Public License v3.0
6 stars 3 forks source link

Update Discord API #6

Closed crashzk closed 1 year ago

crashzk commented 2 years ago

I believe I can switch to this Discord API as the current one apparently will no longer be supported.

https://github.com/KillStr3aK/discord-api

This new API, according to the documentation if you only want to send webhooks in your plugin, you don't need to run the main plugin, just include discord.

crashzk commented 1 year ago

https://github.com/Cruze03/discord-api-Killstr3ak/blob/main/discord_api.smx

I tested with this version but I get the following error:

Errors:
discord_MapNotification.smx ([Discord] Map Notifications): Native "DiscordWebHook.Send" was not found
Bara commented 1 year ago

I switched to DiscordWebhookAPI/RIPExt within this commit, so this can be closed.