updated cogs

This commit is contained in:
2026-06-17 12:51:39 -05:00
parent cfff3e7366
commit 910269e5b6
9 changed files with 414 additions and 34 deletions

View File

@@ -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):