From f2e5cfff7dc275bd93fac446a508b7d18ecd6c58 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 20 Aug 2022 12:10:49 -0400 Subject: fixes, more guild feature icons --- lib/common/ButtonPaginator.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/common') diff --git a/lib/common/ButtonPaginator.ts b/lib/common/ButtonPaginator.ts index 92f3796..02c78ea 100644 --- a/lib/common/ButtonPaginator.ts +++ b/lib/common/ButtonPaginator.ts @@ -102,12 +102,7 @@ export class ButtonPaginator { } else { await interaction ?.update({ - content: `${ - this.text - ? `${this.text} -` - : '' - }Command closed by user.`, + content: `${this.text ? `${this.text}\n` : ''}Command closed by user.`, embeds: [], components: [] }) -- cgit