aboutsummaryrefslogtreecommitdiff
path: root/cogs/general.py
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-07-10 20:09:16 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-07-10 20:09:16 +0000
commit47464b0619ee29eb9ec1a159e2d17334aaa4b144 (patch)
tree0a409b5e0439bc40e38a447c67a97dd5af6cfaa3 /cogs/general.py
parent6022b17889ca5231214e0281bdea3b2388000572 (diff)
downloadsteve-bot-47464b0619ee29eb9ec1a159e2d17334aaa4b144.tar
steve-bot-47464b0619ee29eb9ec1a159e2d17334aaa4b144.tar.gz
steve-bot-47464b0619ee29eb9ec1a159e2d17334aaa4b144.tar.bz2
steve-bot-47464b0619ee29eb9ec1a159e2d17334aaa4b144.tar.lz
steve-bot-47464b0619ee29eb9ec1a159e2d17334aaa4b144.tar.xz
steve-bot-47464b0619ee29eb9ec1a159e2d17334aaa4b144.tar.zst
steve-bot-47464b0619ee29eb9ec1a159e2d17334aaa4b144.zip
Fixed /verify in DMs
Diffstat (limited to 'cogs/general.py')
-rwxr-xr-xcogs/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/general.py b/cogs/general.py
index 1e841af..0612e67 100755
--- a/cogs/general.py
+++ b/cogs/general.py
@@ -499,7 +499,7 @@ class General(commands.Cog):
boosters += i.mention+" "
embed.add_field(name="Boosted by:", value=boosters, inline=True)
embed.set_thumbnail(url=serverIcon)
- embed.set_image(url=guild.banner_url_as(format="png"))
+ embed.set_image(url=guild.splash_url_as(format="png"))
embed.add_field(name="Created on", value=guild.created_at.date(), inline=True)
embed.add_field(name="Members", value=guild.member_count, inline=True)
embed.add_field(name="Emojis", value=emojiList, inline=True)