File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments