updated cogs
This commit is contained in:
@@ -35,8 +35,8 @@ class Help(commands.Cog):
|
||||
async def show_main_help(self, ctx):
|
||||
"""Show main help menu"""
|
||||
embed = discord.Embed(
|
||||
title='🎭 Original Character Bot - Help Menu',
|
||||
description='Welcome to the OC Bot! Create and manage original characters with ease.',
|
||||
title='🎭 Original Character Bot',
|
||||
description='Manage and roleplay as your original characters!',
|
||||
color=discord.Color.blue()
|
||||
)
|
||||
|
||||
@@ -85,6 +85,7 @@ class Help(commands.Cog):
|
||||
inline=False
|
||||
)
|
||||
|
||||
embed.set_footer(text='Coded by Ball Studios 🎨')
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
async def help_create(self, ctx):
|
||||
@@ -143,6 +144,7 @@ class Help(commands.Cog):
|
||||
inline=False
|
||||
)
|
||||
|
||||
embed.set_footer(text='Coded by Ball Studios 🎨')
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
async def help_triggers(self, ctx):
|
||||
|
||||
Reference in New Issue
Block a user