-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsave.py
More file actions
13 lines (13 loc) · 725 Bytes
/
Copy pathsave.py
File metadata and controls
13 lines (13 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# @commands.command()
# async def help(self, ctx):
# prefix = load_json()[str(ctx.guild.id)]["prefix"]
# embed = discord.Embed(
# colour=discord.Colour.orange(),
# title="Help"
# )
# embed.add_field(name=":construction: Moderation", value="```" + prefix + "help moderation```")
# embed.add_field(name=":computer: Developer", value="```" + prefix + "help developer```")
# embed.add_field(name=":gear: Settings", value="```" + prefix + "help settings```")
# embed.add_field(name=":globe_with_meridians: Web", value="```" + prefix + "help web```")
# embed.add_field(name=":dollar: Money System", value="```" + prefix + "help money```")
# await ctx.send(embed=embed)