still buggy

This commit is contained in:
night0721 2021-10-17 00:48:27 +08:00
parent fc79da85f2
commit 7a36e1197f
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -9,7 +9,7 @@ export class Pagination {
return temp; return temp;
} }
public paginationEmojis: ["◀", "⛔", "▶"]; paginationEmojis = ["◀", "⛔", "▶"];
public async pagination( public async pagination(
msg: Message, msg: Message,