Skip to content

Commit

Permalink
update help - rodelete
Browse files Browse the repository at this point in the history
  • Loading branch information
eum3l authored Nov 7, 2021
1 parent 40ff9d2 commit e7d1a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/MainModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async def help(self, ctx):
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. 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.add_field(name="rodelete", value="Deletes the channel configuration and clears the channel", inline=False)
embed.set_footer(text="made by the ABV-Bot Development Team")
await ctx.send(embed=embed)

Expand Down Expand Up @@ -112,4 +113,4 @@ async def on_command_error(self, ctx, error):


def setup(bot):
bot.add_cog(MainModule(bot))
bot.add_cog(MainModule(bot))

0 comments on commit e7d1a0c

Please sign in to comment.