Skip to content

Commit fe92cd8

Browse files
committed
Spell : removed some features added to reinit the variables
1 parent b7b58db commit fe92cd8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

redbot/cogs/mod/settings.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -398,21 +398,6 @@ async def deleterepeats(
398398
# Update delete_repeat_channels
399399
await self.config.guild(guild).delete_repeats_channels.set(delete_repeats_channels)
400400

401-
@modset.command()
402-
@commands.guild_only()
403-
async def reinit(self, ctx: commands.Context):
404-
await self.config.guild(ctx.guild).delete_repeats_channels.set({})
405-
await ctx.send("Reinitialisation of delete_repeats_channels")
406-
407-
@modset.command()
408-
@commands.guild_only()
409-
async def create_new_cache(self, ctx: commands.Context):
410-
guild = ctx.guild
411-
channel = ctx.channel
412-
print("Test = {}".format(type(ctx.channel)))
413-
self.cache[guild.id] = await create_new_cache(self.config, guild)
414-
await ctx.send("Reinitialisation of the cache")
415-
416401
@modset.command()
417402
@commands.guild_only()
418403
async def reinvite(self, ctx: commands.Context):

0 commit comments

Comments
 (0)