Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. var config = {
  2. admins: ["82897317803327488"], // people without the admin role that are allowed to use the bot, this is their discord ID
  3. serverID: "231945815575232512", // discord server ID
  4. host: "213.32.68.90", // MySQL IP or hostname
  5. user: "root", // MySQL username
  6. password: "PORNHUB123", // MySQL password
  7. database: "garbage_reports", // MySQL database
  8. reportsDB: "reports", // MySQL report location can't really change this
  9. blockedDB: "blocked", // MySQL blocked location can't really change this
  10. channelName: "bot-reports", // Channel the bot will post reports in, create the channel before running the bot!
  11. commandStr: "!xgc", // !ms block 76561198023897791
  12. SteamAPIKey: "23E67CF504A9F371D6DF6A292322432D", // SteamAPI Key https://steamcommunity.com/dev/api
  13. adminRole: "Admin", // The role name of people that should be able to use the bot
  14. token: "MzUzMjA4OTY1NzI0ODk3Mjkw.DKX_WQ.A3XHt2OsooOooxFX8un44pPd508" // Bot Token
  15. }
  16. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement