diff --git a/VocalMaisBot.py b/VocalMaisBot.py index 03018a8..d604f86 100755 --- a/VocalMaisBot.py +++ b/VocalMaisBot.py @@ -204,4 +204,5 @@ if __name__ == '__main__': with watched_channels_file_path.open("r+") as watched_channels_file: bot = VocalMaisBot(watched_channels_file) bot.run(token) + bot.write_watched_channels_file() watched_channels_file.flush()