From fc79da85f293b096bbe7e393a425963f7b43ea92 Mon Sep 17 00:00:00 2001 From: night0721 Date: Sun, 17 Oct 2021 00:43:39 +0800 Subject: [PATCH] 1.4.11 with bug fix --- package.json | 2 +- src/functions/pagination.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b89365b..3e2b9e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "1.4.1", + "version": "1.4.11", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/functions/pagination.ts b/src/functions/pagination.ts index b93c30a..cc2b3eb 100644 --- a/src/functions/pagination.ts +++ b/src/functions/pagination.ts @@ -9,7 +9,7 @@ export class Pagination { return temp; } - private paginationEmojis: ["◀", "⛔", "▶"]; + public paginationEmojis: ["◀", "⛔", "▶"]; public async pagination( msg: Message,