summary refs log tree commit diff homepage
path: root/src/Shulker.ts
diff options
context:
space:
mode:
authordestruc7i0n <dscdsouza@outlook.com>2020-02-04 12:57:59 -0500
committerdestruc7i0n <dscdsouza@outlook.com>2020-02-04 12:57:59 -0500
commit7c4dd4a8f126701e2a4a63bd9d860e2068941bd7 (patch)
treea8ed7228b8ae2d5cdaaefa1ffa167c1b21f5cda3 /src/Shulker.ts
parentDocs updates (diff)
downloadshulker-7c4dd4a8f126701e2a4a63bd9d860e2068941bd7.tar.gz
shulker-7c4dd4a8f126701e2a4a63bd9d860e2068941bd7.zip
Update types
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