Skip to content

Commit

Permalink
Linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhazonicRidley committed Dec 21, 2023
1 parent 609e024 commit 18a45b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ async def flushed(self, ctx: KurisuContext, sample: commands.Range[int, 1, 10] =
self.flushedhalf2, self.flushedroulette, self.flushedcushion,
self.flushedcrush, self.isforme2, self.isforme3,
self.flushed5]
await ctx.send(' '.join(map(str, random.choices(flushed_list, k=sample))))
await ctx.send(' '.join(map(str, random.choices(flushed_list, k=sample))))

@commands.command(hidden=True, aliases=["freeshop", "3hs"])
async def hshop(self, ctx: KurisuContext):
Expand Down

0 comments on commit 18a45b3

Please sign in to comment.