This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| this bot is a ping pong bot, and every time a message | |
| beginning with "ping" is sent, it will reply with | |
| "pong!". | |
| */ | |
| // Load discord.js | |
| var Discord = require("discord.js"); | |
| // Create a client |