@notenoughupdates/discord-akairo
Advanced tools
Comparing version 10.0.0-dev.1660052144.1659240 to 10.0.0-dev.1660093614.10e77cd
{ | ||
"name": "@notenoughupdates/discord-akairo", | ||
"version": "10.0.0-dev.1660052144.1659240", | ||
"version": "10.0.0-dev.1660093614.10e77cd", | ||
"description": "A highly customizable bot framework for Discord.js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -429,3 +429,3 @@ "use strict"; | ||
]); | ||
exports.ArgumentType = zod_1.z.union([zod_1.z.string(), zod_1.z.string().array(), zod_1.z.instanceof(RegExp)]); | ||
exports.ArgumentType = zod_1.z.union([zod_1.z.string(), zod_1.z.union([zod_1.z.string(), zod_1.z.string().array()]).array(), zod_1.z.instanceof(RegExp)]); | ||
exports.ArgumentTypeCaster = zod_1.z.function().args(Util_js_1.MessageInstance, zod_1.z.string()).returns(zod_1.z.any()); | ||
@@ -432,0 +432,0 @@ exports.OtherwiseContentModifier = zod_1.z |
{ | ||
"name": "@notenoughupdates/discord-akairo", | ||
"version": "10.0.0-dev.1660052144.1659240", | ||
"version": "10.0.0-dev.1660093614.10e77cd", | ||
"description": "A highly customizable bot framework for Discord.js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -1087,3 +1087,3 @@ import { | ||
export const ArgumentType = z.union([z.string(), z.string().array(), z.instanceof(RegExp)]); | ||
export const ArgumentType = z.union([z.string(), z.union([z.string(), z.string().array()]).array(), z.instanceof(RegExp)]); | ||
@@ -1090,0 +1090,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1081010
17217