diff --git a/bot.py b/bot.py index 0f4756c..0a32ac7 100644 --- a/bot.py +++ b/bot.py @@ -325,7 +325,7 @@ class Bot(commands.Bot): config[str(profile_name)]['Sample Rate'] = self.sample_rate config[str(profile_name)]['Player Sample Rate'] = self.play_sample_rate - with open('./config.ini', 'w+') as config_file: + with open('./profiles.ini', 'w+') as config_file: config.write(config_file)