summaryrefslogtreecommitdiff
path: root/discord.js
diff options
context:
space:
mode:
Diffstat (limited to 'discord.js')
-rw-r--r--discord.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord.js b/discord.js
index 6477327..a66ae21 100644
--- a/discord.js
+++ b/discord.js
@@ -10,7 +10,7 @@ client.on('messageCreate', (msg) => {
let message = msg.content;
- if (message.startsWith(".") && !message.startsWith("..") && message.trim() !== ".") {
+ if (message.startsWith(".") && !message.startsWith("..") && message.trim() !== "." && message.trim() !== ".c.") {
let command;
try {