From 76547886d162ff29f4f1b6c80c8303ccfb2510a2 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Wed, 26 Feb 2020 23:19:19 +0800 Subject: [PATCH] fix: I put the wrong string. --- command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.py b/command.py index 66c4984..00d2a4c 100644 --- a/command.py +++ b/command.py @@ -218,7 +218,7 @@ def cmd_play_file_match(bot, user, text, command, parameter): music_folder = var.config.get('bot', 'music_folder') if parameter is not None: files = util.get_recursive_filelist_sorted(music_folder) - msgs = [ constants.strings('file_added')] + msgs = [ constants.strings('multiple_file_added')] count = 0 try: for file in files: