diff --git a/botmain/discordbot.py b/botmain/discordbot.py index 4196c402..f4ac3862 100644 --- a/botmain/discordbot.py +++ b/botmain/discordbot.py @@ -151,10 +151,7 @@ async def on_message(message): try: if not guild.id == 747480356625711204: e = discord.Embed(title=embed['title'],description=embed['description'] , color= 0x2ecc71) - if guild.icon: - e.set_thumbnail(url=guild.icon_url) - if guild.banner: - e.set_image(url=guild.banner_url_as(format="png")) + e.set_thumbnail(url='https://i.imgur.com/lwGawEv.jpeg') await guild.system_channel.send(embed=e) except: print('Tried but failed!') await bot.process_commands(message)