Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.39 KB | None | 0 0
  1. ---
  2.  
  3. ### *** WARNING ***
  4. ### ALMOST EVERYTHING REQUESTED IN THIS FILE IS CONFIDENTIAL CREDENTIALS
  5. ### IF YOU POST THIS FILE ONLINE (such as on GitHub) YOUR BOT COULD BE COMPROMISED
  6.  
  7. # For the ;;mal command
  8. # Create an account on https://myanimelist.net/ and enter its login below
  9. malUser:
  10. malPassword:
  11. token:
  12.  # Add your discord bot token below and remove the # (but keep two spaces in front of it)
  13.   # Find the token of your bot on https://discordapp.com/developers/applications/me
  14.   # Optionally fill the other three tokens below in
  15.  
  16.   beta: XXXXX
  17.  
  18.   production:
  19.   music:
  20.   patron:
  21. # Used by the ;;split and ;;np commands. Must be hooked up to the Youtube Data API.
  22. # Add your google API keys in the brackets below, separated by commas if more than one, uncomment by removing the #
  23. # How to get them: https://developers.google.com/youtube/registering_an_application
  24.  
  25. #googleServerKeys: [YourYoutubeAPIKey]
  26. googleServerKeys: XXXXXXXX
  27.  
  28.  
  29. # From https://cleverbot.io/
  30. cbUser:
  31. cbKey:
  32.  
  33. # Used for the ;;leet command
  34. mashapeKey:
  35.  
  36. # Used to access imgur galleries for some RandomImageCommands
  37. # Acquired from here: https://api.imgur.com/oauth2/addclient
  38. # Choose an option that does not require an Authorization callback URL
  39. imgurClientId: XXXXXXXX
  40.  
  41.  
  42. # Used to retrieve Spotify playlists
  43. # Get them from here: https://developer.spotify.com/my-applications
  44. spotifyId: XXXXXXXXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement