still buggy
This commit is contained in:
parent
fc79da85f2
commit
7a36e1197f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cath",
|
||||
"version": "1.4.11",
|
||||
"version": "1.4.12",
|
||||
"description": "A powerful package that can interact with Cath API",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -9,7 +9,7 @@ export class Pagination {
|
|||
return temp;
|
||||
}
|
||||
|
||||
public paginationEmojis: ["◀", "⛔", "▶"];
|
||||
paginationEmojis = ["◀", "⛔", "▶"];
|
||||
|
||||
public async pagination(
|
||||
msg: Message,
|
||||
|
|
Loading…
Reference in a new issue