diff --git a/commands/README.md b/commands/README.md
index dd6d6b4a9..37bc2397e 100644
--- a/commands/README.md
+++ b/commands/README.md
@@ -496,6 +496,7 @@ This repository contains sample commands and documentation to write your own one
|
| [Search in Baidu](web-searches/search-in-baidu.sh) | N/A | Jax0rz | ✅ | |
|
|
| [Search in Bilibili](web-searches/search-in-bilibili.sh) | N/A | Jax0rz | ✅ | |
|
|
| [Search in Crunchbase](web-searches/crunchbase.sh) | N/A | Raycast | ✅ | |
|
+ |
| [Search in DnDBeyond.com](web-searches/search-in-dndbeyond.sh) | N/A | [Chris Koerner Zeller](https://github.com/ChessMess) | ✅ | |
|
|
| [Search in DuckDuckGo](web-searches/duck-duck-go.sh) | N/A | Raycast | ✅ | |
|
|
| [Search in Ecosia](web-searches/ecosia.sh) | N/A | [Sasivarnan R](https://github.com/sasivarnan) | ✅ | |
|
|
| [Search in Figma](web-searches/figma.sh) | Search files in Figma | [Tanguy Le Stradic](https://github.com/tanguyls) | ✅ | |
|
diff --git a/commands/extensions.json b/commands/extensions.json
index 36c3796b5..543cf79a5 100644
--- a/commands/extensions.json
+++ b/commands/extensions.json
@@ -4226,6 +4226,30 @@
"schemaVersion" : 1,
"title" : "Search in Baidu"
},
+ {
+ "authors" : [
+ {
+ "name" : "Chris Koerner Zeller",
+ "url" : "https:\/\/github.com\/ChessMess"
+ }
+ ],
+ "currentDirectoryPath" : null,
+ "description" : null,
+ "filename" : "search-in-dndbeyond.sh",
+ "hasArguments" : true,
+ "icon" : {
+ "dark" : null,
+ "light" : ".\/images\/ddbicon.png"
+ },
+ "isTemplate" : false,
+ "language" : "bash",
+ "mode" : "silent",
+ "needsConfirmation" : null,
+ "packageName" : "Web Searches",
+ "refreshTime" : null,
+ "schemaVersion" : 1,
+ "title" : "Search in DnDBeyond.com"
+ },
{
"authors" : null,
"currentDirectoryPath" : null,
@@ -6458,6 +6482,6 @@
]
}
],
- "totalScriptCommands" : 268,
- "updatedAt" : "2021-03-05T08:50:41Z"
+ "totalScriptCommands" : 269,
+ "updatedAt" : "2021-03-05T14:03:16Z"
}
\ No newline at end of file