mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 02:12:32 -05:00
Added download mode and !volume
Added download mode since streaming is buggy. This is now the default mode and can be turned on and off with !downloadmode Added !volume [0-1]
This commit is contained in:
@@ -2,7 +2,8 @@ import json
|
||||
import logging
|
||||
|
||||
default_settings = ('{"TRIVIA_ADMIN_ONLY": false, "EDIT_CC_ADMIN_ONLY": false, "PASSWORD": "PASSWORDHERE", "FILTER": true, "CUSTOMCOMMANDS": true, ' +
|
||||
'"TRIVIAMAXSCORE": 10, "TRIVIADELAY": 15, "LOGGING": true, "EMAIL": "EMAILHERE", "ADMINROLE": "Transistor"}')
|
||||
'"TRIVIAMAXSCORE": 10, "TRIVIADELAY": 15, "LOGGING": true, "EMAIL": "EMAILHERE", "ADMINROLE": "Transistor", "DOWNLOADMODE" : true, ' +
|
||||
'"VOLUME": 0.10}')
|
||||
logger = logging.getLogger("__main__")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user