From bce07f069fc7084ecb51fb06e84db31e28231939 Mon Sep 17 00:00:00 2001 From: ASSASSIN0831 Date: Wed, 2 Dec 2020 22:14:22 -0500 Subject: [PATCH] Update infochannel.py --- infochannel/infochannel.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/infochannel/infochannel.py b/infochannel/infochannel.py index d1a5f4c..512cf2d 100644 --- a/infochannel/infochannel.py +++ b/infochannel/infochannel.py @@ -261,16 +261,6 @@ class InfoChannel(Cog): else: await ctx.send(f"InfoChannel for {role.name} count has been disabled.") - #delete later - @infochannelset.command(name="cleardata") - async def _infochannelset_cleardata(self, ctx: commands.Context): - """ - Clears the the servers data in case of corruption - """ - guild = ctx.guild - await self.config.guild(guild).clear() - await ctx.send("The data for this server is cleared.") - @infochannelset.group(name='name') async def channelname(self, ctx: commands.Context): """