From 3e0c5a886fd1d26bcb08e4c68d7605f58eb1563c Mon Sep 17 00:00:00 2001 From: timofey Date: Thu, 6 Oct 2022 11:27:02 +0000 Subject: [PATCH] style --- v6d3vote/run-bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)