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 | bfbbe46b97bad9f21905d53d03eeb09cba52f6ac (patch) | |
| tree | 3467cb2b555125123c01f67aadb9daa201bae741 /index.js | |
| parent | efe4a6017895128c3c41fb81fbbb3a7dbf22ad08 (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") |
