diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-20 12:10:49 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-20 12:10:49 -0400 |
commit | f2e5cfff7dc275bd93fac446a508b7d18ecd6c58 (patch) | |
tree | 96ce491a9390ee3d8159742a42d56a8d0aa2a446 /lib/common/ButtonPaginator.ts | |
parent | 25569f54a0a00f16d2e9fd608aaf6d76e39a5d74 (diff) | |
download | tanzanite-f2e5cfff7dc275bd93fac446a508b7d18ecd6c58.tar.gz tanzanite-f2e5cfff7dc275bd93fac446a508b7d18ecd6c58.tar.bz2 tanzanite-f2e5cfff7dc275bd93fac446a508b7d18ecd6c58.zip |
fixes, more guild feature icons
Diffstat (limited to 'lib/common/ButtonPaginator.ts')
-rw-r--r-- | lib/common/ButtonPaginator.ts | 7 |
1 files changed, 1 insertions, 6 deletions
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: [] }) |