From 40ff9d21b1f573b4cdccb8c95b84dc560d4b2d52 Mon Sep 17 00:00:00 2001 From: Blockcrafter21 <72599189+blockcrafter21@users.noreply.github.com> Date: Sun, 7 Nov 2021 12:44:23 +0100 Subject: [PATCH] edit help commands --- cogs/MainModule.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cogs/MainModule.py b/cogs/MainModule.py index 6d0c16a..1dc617e 100644 --- a/cogs/MainModule.py +++ b/cogs/MainModule.py @@ -22,25 +22,25 @@ async def help(self, ctx): embed.add_field(name="slap [user]", value="slaps someone", inline=False) embed.add_field(name="wahrheitoderpflicht", value="wahrheit oder pflicht", inline=False) embed.add_field(name="lapogusamogus", value="sus", inline=False) - embed.set_footer(text="made with hate by blockcrafter#5759") + embed.set_footer(text="made by the ABV-Bot Development Team") await ctx.send(embed=embed, delete_after=60) embed = discord.Embed(title="Help utility", color=0xff2600) - embed.add_field(name="covid", value="gibt die aktuelle Coronazahlen in DE wieder", inline=False) - embed.set_footer(text="made by blockcrafter#5759") + embed.add_field(name="covid", value="sends the covid cases for germany", inline=False) + embed.set_footer(text="made by the ABV-Bot Development Team") await ctx.send(embed=embed) embed = discord.Embed(title="Help ReactionRole", color=0xff2600) embed.add_field(name="roinit [message content]", value="needs to be executed in channel before the other commands. Note that this will set the channel where the reaction role msg will appear",inline=False) - embed.add_field(name="roadd [name of the role to be given],[emoji]", value="this can be executed multiple times . it will set the combination of the role to be given and the corresponding emoji",inline=False) + embed.add_field(name="roadd [name of the role to be given],[emoji]", value="this can be executed multiple times . it will set the combination of the role to be given and the corresponding emoji. NOTE : you need to send the Role name , mentioning the role will not work, also the role name is case-sensetive",inline=False) embed.add_field(name="rodeploy", value="sends the message adds the emoji(s) and clears the channel", inline=False) embed.set_footer(text="made by the ABV-Bot Development Team") await ctx.send(embed=embed) embed = discord.Embed(title="Help Admin Modul", color=0xff2600) embed.add_field(name="ban [member] [reason]", value="bannt einen user", inline=False) - embed.add_field(name="unban [member][reason]", value="entmannt einen user", inline=True) - embed.set_footer(text="made by blockcrafter#5759") + embed.add_field(name="unban [member][reason]", value="entbannt einen user", inline=True) + embed.set_footer(text="made by the ABV-Bot Development Team") await ctx.send(embed=embed) @commands.command(name="msg")