aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-20 17:06:51 -0600
committerame <[email protected]>2023-12-20 17:06:51 -0600
commit01e1ebd6ef55480edd71d96dd2d89bc8141af5b9 (patch)
tree2f4e20d6f6b084776b2e5db7c96f68d844c2d5f1 /index.js
parent344eeaf9916ed275a4a71fded580a8be70bf1f61 (diff)
pronoun detecting and fixes
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 321f1c4..37a6978 100644
--- a/index.js
+++ b/index.js
@@ -144,6 +144,7 @@ fs.readdirSync("./commands/").forEach(folder => {
client.env = process.env
global.commands = commands;
global.s_commands = s_commands;
+global.recent_messages = [];
fs.readdirSync("./events/").forEach(file => {
if(path.extname(file)==".js")