summary refs log tree commit diff homepage
path: root/src/Shulker.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Shulker.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Shulker.ts b/src/Shulker.ts
index 16921d6..4c79c78 100644
--- a/src/Shulker.ts
+++ b/src/Shulker.ts
@@ -23,7 +23,7 @@ class Shulker {
     if (this.config.USE_WEBHOOKS) {
       console.log('[INFO] Using Discord WebHooks to send messages')
     } else {
-      console.log('[INFO] Using Discord bot to send messages')
+      console.log('[INFO] Using the Discord bot to send messages')
     }
 
     return true