Uploaded bots for the first time

This commit is contained in:
TheSomeoneXD
2018-10-12 01:36:53 -05:00
parent c3f241cfae
commit e09d528c81
70 changed files with 21621 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
require('dotenv').config({path: '../.env'});
module.exports = {
id: "wolf",
activity: "OwOing... Totally not placeholder.",
type: "PLAYING",
token: process.env.WOLF_TOKEN,
botChannel: process.env.SEA_OF_FOG_CHANNEL_ID
}