aboutsummaryrefslogtreecommitdiff
path: root/src/utils/loading-message.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/loading-message.ts')
-rw-r--r--src/utils/loading-message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/loading-message.ts b/src/utils/loading-message.ts
index 3b3d138..9773c03 100644
--- a/src/utils/loading-message.ts
+++ b/src/utils/loading-message.ts
@@ -5,7 +5,7 @@ export default class {
private readonly channel: TextChannel;
private readonly text: string;
private msg!: Message;
- private isStopped: boolean = false;
+ private isStopped = false;
constructor(channel: TextChannel, text: string) {
this.channel = channel;