Update infochannel.py

pull/163/head
ASSASSIN0831 4 years ago committed by GitHub
parent 9ac89aa369
commit bce07f069f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):
"""

Loading…
Cancel
Save