Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Welcome to the DPPcord Wiki

D++ library for making Discord bots



How to start?


API: dppcord

  • Provides tools for Discord bot development.

Import the API using:

using.dppcord;

Form: discord_bot_send_message

  • Equivalent to DCC_SendChannelMessage in Pawn.
dppcord.discord_bot_send_message(1234567890,"Message");

Automated user form: discord_init

  • Called when the Discord bot loads.
using.dppcord;

extern&struct*public.discord_init;
{;
	dppcord.discord_bot_send_message(1234567890,"Message");
	return.int,1;
};

About

🐭 ¤ DPPcord is a library providing API you can develop Discord bots with.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages