Advertisement
Guest User

Untitled

a guest
Mar 6th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. ; DON'T OPEN THIS FILE WITH NOTEPAD. If you don't have a preferred text editor, use notepad++ or any other modern text editor.
  2. ;
  3. ; If you edit this file, Save-As options.ini
  4. ;
  5. ; This is the main configuration file for MusicBot. You will need to edit this file when you setup the bot.
  6. ; The bot must be restarted for edits to take effect, but a reload command will be created in the future.
  7. ; Currently the bot does not overwrite any settings, but this also will change in a future update.
  8.  
  9. [Credentials]
  10. ; The bot needs its own account to run on (not yours)
  11. Username = harrack12@seznam.cz
  12. Password = 1234
  13.  
  14. [Permissions]
  15. ; This need to be your id, not the bot's id. The bot does not own the bot. You do.
  16. OwnerID = 104951641555349504
  17.  
  18. [Chat]
  19. ; Change this if you don't want commands to trigger another bot
  20. ; Ex:
  21. ; CommandPrefix = *
  22. ; This means you use *play, etc. This explanation exists because it seems no one knows what "prefix" means.
  23. CommandPrefix = +
  24.  
  25. ; Restrict the bot to only listen to certain channels. Uncomment and add channel IDs to enable.
  26. ; An id looks like this number: 41771983423143930
  27. ; To get a channel id, escape a channel mention in chat and copy the number: \#your-music-channel
  28. ; or right click the channel in discord and click "Copy Link". The second number is the channel id.
  29. ; Example: BindToChannels = 41000000000000005 41000000000000007
  30. ; (Don't use these ids, they won't work)
  31. BindToChannels = 145265853720559616
  32.  
  33. [MusicBot]
  34. ; The starting volume of the bot. You can use any value from 0.01 to 1.0 but 0.15 is probably fine
  35. DefaultVolume = 0.10
  36.  
  37. ; Only allow whitelisted users to use commands
  38. WhiteListCheck = no
  39.  
  40. ; Skips required to skip a song. Whichever is lower will be used.
  41. ; Skip ratio refers to the percent of non-deafened, non-owner users
  42. ; in the voice channel needed to skip a song.
  43. SkipsRequired = 4
  44. SkipRatio = 0.7
  45.  
  46. ; If no, delete videos after they've played, if the video
  47. ; isn't still in the queue, to avoid redownloading it
  48. SaveVideos = no
  49.  
  50. ; Mentions the user who queued a song when the song plays
  51. NowPlayingMentions = yes
  52.  
  53. ; On start up, if the owner is in a voice channel, join that channel
  54. AutoSummon = yes
  55.  
  56. ; Play random songs when nothing is queued
  57. UseAutoPlaylist = no
  58.  
  59. ; Prints extra output in the console and some errors to chat.
  60. ; This option is a work in progress, don't expect much. You might as well just leave it on for now.
  61. DebugMode = yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement