pythwebhookapi 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -0
- package/pythterminal.exe +0 -0
- package/webhook.txt +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "pythwebhookapi",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "This package creates a webhook file, that will send a message in to discord",
|
|
5
|
+
"main": "webhook.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC"
|
|
11
|
+
}
|
package/pythterminal.exe
ADDED
|
Binary file
|
package/webhook.txt
ADDED
|
File without changes
|