diff options
| author | s1n <[email protected]> | 2019-08-27 08:18:23 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-27 08:18:23 -0700 |
| commit | 58620ec029e7295db87dfb6a6069d83426282677 (patch) | |
| tree | dd02ad9e58928fe1df6a7f331686aacba208cbdc | |
| parent | gitignore for basics (diff) | |
| download | discord.js-bot-example-58620ec029e7295db87dfb6a6069d83426282677.tar.xz discord.js-bot-example-58620ec029e7295db87dfb6a6069d83426282677.zip | |
main js
| -rw-r--r-- | main.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +const Discord = require('discord.js'); // For discord.js framework to get called. +const config = require('/config.json'); // For bot token and tagging. + +// JavaScript code... |