updated cogs
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user