diff options
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") |