aboutsummaryrefslogtreecommitdiff
path: root/cogs/general.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cogs/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/general.py b/cogs/general.py
index 3320a74..eeaeb8c 100644
--- a/cogs/general.py
+++ b/cogs/general.py
@@ -27,8 +27,8 @@ class General(commands.Cog):
colour=discord.Colour.orange()
)
# embed.set_author(name=f"{ctx.guild.name} Information")
- embed.add_field(name="Owner",value=f"{ctx.guild.owner.mention}")
embed.add_field(name="Created on",value=f"{ctx.guild.created_at.date()}")
+ embed.add_field(name="Created by",value=f"{ctx.guild.owner.mention}")
embed.set_thumbnail(url=ctx.guild.icon_url)
_emoji=""
embed.add_field(name="Members",value=f"{ctx.guild.member_count}")