aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 290850f..13d41da 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -62,9 +62,7 @@ class Utils(commands.Cog):
for i in range(12):
randomness = randint(1,10)
if randomness == 1:
- totalEyes += randomness
- else:
- continue
+ totalEyes += 1
await ctx.send(f"{ctx.message.author.display_name} -> your seed is a {totalEyes} eye")