1.4.11 with bug fix
This commit is contained in:
parent
ae6010e82d
commit
fc79da85f2
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue