I hereby claim:
- I am zmontgo on github.
- I am zmontgo (https://keybase.io/zmontgo) on keybase.
- I have a public key whose fingerprint is 5578 B433 E029 07A4 A79E 2C23 F065 F9F7 8E17 8F05
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Time is moving backward now, | |
It’s current never ends. | |
What once was whole and beautiful, | |
Has now been made to bend. | |
A bed of flowers crowns the earth, | |
Like silver, gold, and jewels. | |
But in the end they all shall die, |
// Load dependencies | |
const fs = require('fs'); | |
const Discord = require('discord.js'); | |
const config = require('./config.json'); | |
const connect = require('./databaseFiles/connect.js'); | |
const client = new Discord.Client(); | |
fs.readdir('./events/', (err, files) => { | |
if (err) return console.error(err); |