diff options
author | ame <[email protected]> | 2023-12-20 17:06:51 -0600 |
---|---|---|
committer | ame <[email protected]> | 2023-12-20 17:06:51 -0600 |
commit | 01e1ebd6ef55480edd71d96dd2d89bc8141af5b9 (patch) | |
tree | 2f4e20d6f6b084776b2e5db7c96f68d844c2d5f1 /index.js | |
parent | 344eeaf9916ed275a4a71fded580a8be70bf1f61 (diff) |
pronoun detecting and fixes
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |