Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit c5d90e8

Browse files
authored
Merge branch 'develop' into docs/verification-cog
2 parents ede2084 + e38af74 commit c5d90e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/sudo/cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def sudo(self, ctx: Context, *, cmd: str):
5858
@commands.command()
5959
@SudoPermission.clear_cache.check
6060
async def clear_cache(self, ctx: Context):
61-
await redis.flushall()
61+
await redis.flushdb()
6262
await ctx.message.add_reaction(name_to_emoji["white_check_mark"])
6363

6464
@commands.command()

0 commit comments

Comments
 (0)