Skip to content

Commit

Permalink
edit help commands
Browse files Browse the repository at this point in the history
  • Loading branch information
oa01 committed Nov 7, 2021
1 parent dcb2278 commit 40ff9d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cogs/MainModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 40ff9d2

Please sign in to comment.