Update mumbleBot.py

chore: Prepare for releasing v6.5
This commit is contained in:
Terry Geng
2020-06-17 22:00:26 +08:00
committed by GitHub
parent c27d397884
commit 2c43942a9b

View File

@ -32,7 +32,7 @@ from media.cache import MusicCache
class MumbleBot:
version = '6.4'
version = '6.5'
def __init__(self, args):
self.log = logging.getLogger("bot")