Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, bot: commands.Bot):
self.bot = bot
self.audio_players = {}
self.sound_base = "data/playsound"
self.settings_path = "data/playsound/settings.json"
self.settings = dataIO.load_json(self.settings_path)