aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-03-15 14:36:59 -0500
committerMax Isom <[email protected]>2020-03-15 14:36:59 -0500
commit3408c7a0c2ee35fc9a47c37b94b9ed789314f4cc (patch)
tree2b35d0b2ab90d014ab07f4d2b62e5c225fac07a1 /src/utils
parent0cebca7917e66166a3b5d62127555e5ca45e3154 (diff)
downloadmuse-3408c7a0c2ee35fc9a47c37b94b9ed789314f4cc.tar.xz
muse-3408c7a0c2ee35fc9a47c37b94b9ed789314f4cc.zip
Use manager instances for guild services
Diffstat (limited to 'src/utils')
-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;