From 9d6ff768f15b9b4a1c68b12b9a5045ed2be44cff Mon Sep 17 00:00:00 2001 From: bobloy Date: Wed, 24 Oct 2018 14:06:14 -0400 Subject: [PATCH] Info and black formatting --- bangame/bangame.py | 6 +++++- bangame/info.json | 9 ++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bangame/bangame.py b/bangame/bangame.py index 8286494..782966f 100644 --- a/bangame/bangame.py +++ b/bangame/bangame.py @@ -35,7 +35,11 @@ class BanGame(Cog): do_ban = not self.config.guild(ctx.guild).do_ban() await self.config.guild(ctx.guild).do_ban.set(do_ban) - await ctx.send("Members will now be {} for playing a banned game".format("Banned" if do_ban else "Kicked")) + await ctx.send( + "Members will now be {} for playing a banned game".format( + "Banned" if do_ban else "Kicked" + ) + ) @bangame.command(name="add") @checks.mod_or_permissions(administrator=True) diff --git a/bangame/info.json b/bangame/info.json index ade6bd0..8919651 100644 --- a/bangame/info.json +++ b/bangame/info.json @@ -7,15 +7,14 @@ 0, 0 ], - "description": "Assign roles to be exclusive, preventing other roles from being added", + "description": "Kick or ban members that play a banned game", "hidden": false, - "install_msg": "Thank you for installing ExclusiveRole. Get started with `[p]load exclusiverole` and `[p]help ExclusiveRole`", - "short": "Set roles to be exclusive", + "install_msg": "Thank you for installing BanGame. Get started with `[p]load bangame` and `[p]help BanGame`", + "short": "Ban games", "tags": [ "fox", "bobloy", "utility", - "tools", - "roles" + "tools" ] } \ No newline at end of file