Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tabularelf/DHook

Game Maker Interaction with Discord Webhooks.
https://github.com/tabularelf/DHook

Last synced: about 2 months ago
JSON representation

Game Maker Interaction with Discord Webhooks.

Awesome Lists containing this project

README

        

# DHook v1.0.0

GameMaker Studio 2.3.1+ to Discord Webhooks implementation.

Repo project contains example on how to fully utilize it.

Basic example:
```gml
dhook = new dhook_create(webhook_url);
dhook.setMessage("Hello World!");
dhook.send();
```