Skip to content

Commit 4333e68

Browse files
committed
feat: typescript and custom error support
closes #5, #4
1 parent 9fafe27 commit 4333e68

File tree

11 files changed

+568
-141
lines changed

11 files changed

+568
-141
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
dist

Message.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
# Features
77

8+
* New: TypeScript support
89
* Send webhook messages
910
* Edit webhook messages
1011
* Delete webhook messages
@@ -56,4 +57,4 @@ Please create [a discussion](https://github.com/SCDerox/simple-discord-webhooks/
5657
Feel free to create any issues and PRs in our [github repository](https://github.com/SCDerox/simple-discord-webhooks) if
5758
you want to contribute.
5859

59-
© Simon Csaba, 22021 | mail[at]scderox.de
60+
© Simon Csaba, 2022 | mail[at]scderox.de

0 commit comments

Comments
 (0)