aboutsummaryrefslogtreecommitdiff
path: root/lib/common/ButtonPaginator.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/ButtonPaginator.ts')
-rw-r--r--lib/common/ButtonPaginator.ts7
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: []
})