diff --git a/v6d3vote/run-bot.py b/v6d3vote/run-bot.py index 8223259..936bfd3 100644 --- a/v6d3vote/run-bot.py +++ b/v6d3vote/run-bot.py @@ -23,8 +23,8 @@ client = discord.Client( emojis=True, invites=True, guild_messages=True, - reactions=True - ), + reactions=True, + ) ) vote_db = Db(myroot / 'vote.db', kvrequest_type=KVJson)