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
commitbfbbe46b97bad9f21905d53d03eeb09cba52f6ac (patch)
tree3467cb2b555125123c01f67aadb9daa201bae741 /index.js
parentefe4a6017895128c3c41fb81fbbb3a7dbf22ad08 (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")