Advertisement
Guest User

asd

a guest
Jun 24th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # +----------------------------------------------------+
  2. # < Bot Configuration >
  3. # < >
  4. # < All bot configuration >
  5. # +----------------------------------------------------+
  6.  
  7. # Bot token can be found on your
  8. # Discord application page.
  9. Bot_Token: NDYwNTMyMjExNjU3OTk4MzQ2.DhGNAQ.2SP8ZYtBdvGh_qOAxToQIEc_1D8
  10.  
  11. # Bot ID, this is also known as Client ID
  12. # on your Discord application page.
  13. Bot_ID: '460532211657998346'
  14.  
  15. # Owner ID of the owner of the bot, server, or guild.
  16. # You can easily get your id by right
  17. # clicking your self and copy id.
  18. # This only works when developer mode is enabled.
  19. # Go to settings>appearance and enable developer mode
  20. Owner_ID: '236937603432054784'
  21.  
  22. # Set of character that distinguish if it's a command.
  23. Command_Trigger: '!!'
  24.  
  25. # Should bot's command responses be deleted after 5 minutes?
  26. Delete_Response: false
  27.  
  28. # This will be the game of the bot
  29. # and will be shown under the name
  30. # of the bot as "Playing <Default_Game>"
  31. Default_Game: default
  32.  
  33. # +----------------------------------------------------+
  34. # < Plugin Configuration >
  35. # < >
  36. # < All bot configuration >
  37. # +----------------------------------------------------+
  38.  
  39. TextChannel:
  40. - 'autenticação-discord'
  41.  
  42. # This will be the logo of the plugin and will be seen when help command
  43. # is executed.
  44. Plugin_Logo: "https://vectr.com/cyrien/k3vhJlcOMS.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement