1.4.11 with bug fix

This commit is contained in:
night0721 2021-10-17 00:43:39 +08:00
parent ae6010e82d
commit fc79da85f2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "cath", "name": "cath",
"version": "1.4.1", "version": "1.4.11",
"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;
} }
private paginationEmojis: ["◀", "⛔", "▶"]; public paginationEmojis: ["◀", "⛔", "▶"];
public async pagination( public async pagination(
msg: Message, msg: Message,