From 15d4e251f2af47288b4d5720b8a7b763e72731c0 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Tue, 17 Mar 2020 17:59:26 -0500 Subject: Add better responses --- src/utils/loading-message.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/loading-message.ts') diff --git a/src/utils/loading-message.ts b/src/utils/loading-message.ts index 3d24905..cf48d95 100644 --- a/src/utils/loading-message.ts +++ b/src/utils/loading-message.ts @@ -7,7 +7,7 @@ export default class { private msg!: Message; private isStopped = false; - constructor(channel: TextChannel, text: string) { + constructor(channel: TextChannel, text = 'cows! count \'em') { this.channel = channel; this.text = text; } @@ -53,7 +53,7 @@ export default class { })(); } - async stop(str?: string): Promise { + async stop(str = 'u betcha'): Promise { this.isStopped = true; if (str) { -- cgit v1.2.3