Added more responses in eightball

Made it so that ~roles is now direct messaged to the user
pull/1/head
sgoudham 5 years ago
parent ee2ebd72e8
commit a517aeeaf6

@ -215,8 +215,8 @@ class CustomHelp(commands.Cog):
# Bot ~roles command allows for an embed message about
@commands.command()
@commands.has_any_role('Hamothy')
async def roles(self, ctx):
author = ctx.message.author
try:
embed = discord.Embed(title="```So you wanna know how the leveled roles system works huh?```",
@ -236,17 +236,17 @@ class CustomHelp(commands.Cog):
text="---------------------------------------------------------------------------------")
embed.add_field(name="Cooldown", value="**•XP is gained every time you talk with a 2 minute cooldown.**",
inline=True),
inline=False),
embed.add_field(name="Message Length",
value="**•XP is not determined by the size of the message. You will not get more XP just because "
"the message is bigger.**",
inline=True),
inline=False),
embed.add_field(name="Roles",
value="**•As seen below, those are the colours and roles that will be achieved upon gaining that "
"amount of experience**",
inline=True)
inline=False)
await ctx.send(embed=embed)
await author.send(embed=embed)
except Exception as e:
print(e)

@ -40,7 +40,7 @@
“Hamothy LOVES this question and nods approvingly“
“I don't have the energy to answer this question...“
“The Swedish fish agrees“
“You're better off asking Dyno Ensō is in a bad mood right now :(“
“You're better off asking Dyno, Ensō is in a bad mood right now :(“
“The answer lies within your heart“
“All the signs point to yes!“
“Marshall would love to agree with you“
@ -52,4 +52,6 @@
“Yes yes yes!!!“
"niKki sAys gO gEts tHeM HorSie"
"<:Lukas:718940468137951253>"
"McRib has not deemed you worthy of a response"
"McRib has not deemed you worthy of a response"
"Tucker is horny and will reply later"
"D"
Loading…
Cancel
Save