https://github.com/tabularelf/DHook
Game Maker Interaction with Discord Webhooks.
https://github.com/tabularelf/DHook
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T01:13:14.000Z (about 1 year ago)
- Last Synced: 2024-11-02T17:36:23.351Z (6 months ago)
- Language: Yacc
- Size: 1.55 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- 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();
```