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

@@ -86,7 +86,7 @@ class Utils(commands.Cog):
async def about(self, ctx):
"""About the bot"""
embed = discord.Embed(
title='🎭 About OC Bot',
title='🎭 Original Character Bot',
description='A bot for managing and roleplaying as your original characters',
color=discord.Color.purple()
)
@@ -113,6 +113,7 @@ class Utils(commands.Cog):
inline=False
)
embed.set_footer(text='Coded by Ball Studios 🎨')
await ctx.send(embed=embed)
async def setup(bot):