- Provides tools for Discord bot development.
Import the API using:
using.dppcord;- Equivalent to
DCC_SendChannelMessagein Pawn.
dppcord.discord_bot_send_message(1234567890,"Message");- Called when the Discord bot loads.
using.dppcord;
extern&struct*public.discord_init;
{;
dppcord.discord_bot_send_message(1234567890,"Message");
return.int,1;
};