Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from TheSillyDoggo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed Dec 6, 2023
1 parent 1388c8d commit c720129
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 7 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,8 @@
"TheSillyDoggo.DiscordWebhook": {
"verified": false,
"versions": [
"1.0.0"
"1.0.0",
"1.0.1"
]
},
"TheSillyDoggo.GradientPages": {
Expand Down
13 changes: 13 additions & 0 deletions mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"commit-author": "TheSillyDoggo",
"platforms": [
"macos",
"windows"
],
"mod": {
"download": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration/releases/download/v1.0.1/TheSillyDoggo.DiscordWebhook.geode",
"hash": "235cffef0ff1ea3c6ba4e32bb644cd2bd8e0797a31c3053f4fbac43ba2f6c85f",
"hash256": "85aed6ef8f2473161d37c141f9b38feca609804613c7056b162fb346adb602c6"
},
"tags": []
}
15 changes: 15 additions & 0 deletions mods-v2/TheSillyDoggo.DiscordWebhook/1.0.1/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"geode": "1.3.4",
"version": "v1.0.1",
"id": "TheSillyDoggo.DiscordWebhook",
"name": "Discord Webhook Integration",
"developer": "TheSillyDoggo",
"description": "real webhooks (fake)",
"repository": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration",

"settings": {
"webhook-messages": {
"type": "custom"
}
}
}
6 changes: 5 additions & 1 deletion mods-v2/TheSillyDoggo.DiscordWebhook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.0

- Initial release
- Initial release

# v1.0.1

- Fix periods and capital letters not being allowed in text boxes. sorry :(
6 changes: 5 additions & 1 deletion mods/TheSillyDoggo.DiscordWebhook@1/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.0

- Initial release
- Initial release

# v1.0.1

- Fix periods and capital letters not being allowed in text boxes. sorry :(
6 changes: 3 additions & 3 deletions mods/TheSillyDoggo.DiscordWebhook@1/entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"windows"
],
"mod": {
"download": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration/releases/download/v1.0.0/TheSillyDoggo.DiscordWebhook.geode",
"hash": "136212b12d0f845279d713a7a9dae40eea7fc67e686eabe210198399740e0da4",
"hash256": "fb3d3061bcdf62daaf06519c82c32bd51611b483e0638b9982bdaae0639ea64d"
"download": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration/releases/download/v1.0.1/TheSillyDoggo.DiscordWebhook.geode",
"hash": "235cffef0ff1ea3c6ba4e32bb644cd2bd8e0797a31c3053f4fbac43ba2f6c85f",
"hash256": "85aed6ef8f2473161d37c141f9b38feca609804613c7056b162fb346adb602c6"
},
"tags": []
}
3 changes: 2 additions & 1 deletion mods/TheSillyDoggo.DiscordWebhook@1/mod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"geode": "1.3.4",
"version": "v1.0.0",
"version": "v1.0.1",
"id": "TheSillyDoggo.DiscordWebhook",
"name": "Discord Webhook Integration",
"developer": "TheSillyDoggo",
"description": "real webhooks (fake)",
"repository": "https://github.com/TheSillyDoggo/GD-Discord-Webhook-Integration",

"settings": {
"webhook-messages": {
Expand Down

0 comments on commit c720129

Please sign in to comment.