diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-19 15:32:22 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-19 15:32:22 -0400 |
| commit | 28387d269223fc43483ab3e94c7fc730985b4326 (patch) | |
| tree | 362e7572e8531096d6f792cbb7a8e85d35abe142 /bot.js | |
| parent | 69858d1a95d66fff96da6cf0d3b25bf25813d321 (diff) | |
| download | DLAP-28387d269223fc43483ab3e94c7fc730985b4326.tar.gz DLAP-28387d269223fc43483ab3e94c7fc730985b4326.tar.bz2 DLAP-28387d269223fc43483ab3e94c7fc730985b4326.zip | |
License
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +/********************************************* + * + * Project Jul-2020 Discord Bot + * By: Andrew Lee + * + * Licensed with GPL-3.0 + * + *********************************************/ const Discord = require('discord.js'); const client = new Discord.Client(); const config = require('./token.json'); |
