Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tabularelf/DHook
Game Maker Interaction with Discord Webhooks.
https://github.com/tabularelf/DHook
Last synced: 3 months ago
JSON representation
Game Maker Interaction with Discord Webhooks.
- Host: GitHub
- URL: https://github.com/tabularelf/DHook
- Owner: tabularelf
- License: mit
- Created: 2019-11-16T16:51:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T01:13:14.000Z (9 months ago)
- Last Synced: 2024-08-02T07:11:45.463Z (6 months ago)
- Language: Yacc
- Size: 1.55 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gamemaker - DHook - Discord integration. (Integrations / Recommendations)
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();
```