Skip to content

Commit

Permalink
Merge pull request #227 from The-4th-Hokage/deepsource-fix-e7ad141f
Browse files Browse the repository at this point in the history
Remove reimported module
  • Loading branch information
Dhruvacube authored Oct 18, 2021
2 parents 56e9bcb + d67f593 commit c0aa6d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minato_namikaze/bot_files/cogs/img/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ async def slap(self, ctx, member: Optional[discord.Member]):
desc = f"** <@{ctx.author.id}> slaps {member.mention} !!! Damm! **"
else:
desc = f"** <@{ctx.author.id}> slaps themselves !!! LOL! **"
import random

if member == "" or random.choice([True, False]):
onlyfiles = [f for f in listdir(
Expand Down

0 comments on commit c0aa6d6

Please sign in to comment.