This is a discord bot coded using JavaScript and the discord.js module
- Direct Messaging the people who join the server
- Server Greeting
- Timed messages
- Meme Retrieval from subreddits
- Economy features (Coins, Exp)
- index.js - Main file containing the code for the bot
- Procfile - Tells the hosting server "Heroku" how to run the bot
- Package.json - The main info about the bot
- Commands Folder - Command Handler related files detached from the main intex.js file
- Modules such as discord.js, random-puppy, fs, node.js which can be downloaded from cmd. (npm install discord.js --save //etc)
- Node_modules contain all the files required to run the modules
References [1] CodeLyon [2] Discord.js.org