Don't judge me
This commit is contained in:
parent
a2e8f4b3eb
commit
923086238f
@ -341,7 +341,13 @@ class Players(commands.Cog):
|
||||
elif 'z' in spoiler_text:
|
||||
chance = 'Medium'
|
||||
else:
|
||||
chance = 'Low'
|
||||
d3 = random.randint(1, 3)
|
||||
if d3 == 1:
|
||||
chance = 'Low'
|
||||
elif d3 == 2:
|
||||
chance = 'Medium'
|
||||
elif d3 == 3:
|
||||
chance = 'High'
|
||||
|
||||
ping_role = get_role(message, 'Deez Watch', self.bot)
|
||||
await message.channel.send(f'{ping_role.mention} there is a **{chance}** chance this is a deez nuts joke.')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user