From 49f34a8fab5bc83c8bd5686eaef3d6383135e977 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Wed, 22 Nov 2017 11:25:55 -0500 Subject: [PATCH] Reset --- fight/fight.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fight/fight.py b/fight/fight.py index 9030154..b676b40 100644 --- a/fight/fight.py +++ b/fight/fight.py @@ -230,6 +230,12 @@ class Fight: await ctx.send_help() # await ctx.send("I can do stuff!") + @fightset.command(name="reset") + async def fightset_reset(self, ctx): + """Clears all data, be careful!""" + await self.config.clear_all() + await ctx.send("Success") + @fightset.command(name="bestof") async def fightset_bestof(self, ctx, incount, tID=None): """Adjust # of games played per match. Must be an odd number"""