diff --git a/cogs/HelpCommands.py b/cogs/HelpCommands.py index e8943a8b..215dad68 100644 --- a/cogs/HelpCommands.py +++ b/cogs/HelpCommands.py @@ -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) diff --git a/images/eightball.txt b/images/eightball.txt index de8e83df..862ed2e0 100644 --- a/images/eightball.txt +++ b/images/eightball.txt @@ -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" \ No newline at end of file +"McRib has not deemed you worthy of a response" +"Tucker is horny and will reply later" +"D" \ No newline at end of file