This commit is contained in:
night0721 2021-09-30 06:54:59 +08:00
parent 6266380d0e
commit b7d09b4061
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cath",
"version": "1.3.3-dev",
"version": "1.3.4-dev",
"description": "A powerful package that can interact with Cath API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

2
src/index.d.ts vendored
View file

@ -7,4 +7,4 @@ export {
starMessageData,
} from "./StarboardClient/index";
export { random8ball } from "./functions/8ball";
export { getreddit } from "./functions/reddit";
export { getreddit, RedditObject } from "./functions/reddit";