From 2b5fd4e2c422fbac50eec6f024bf988c05657b17 Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 10 Dec 2022 02:10:39 +0100 Subject: [PATCH] Update chat.py --- code/cogs/chat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/cogs/chat.py b/code/cogs/chat.py index e16c4b9..56e7f7c 100644 --- a/code/cogs/chat.py +++ b/code/cogs/chat.py @@ -170,7 +170,8 @@ class Chat (discord.Cog) : debug("The \"support us\" message has been sent") elif random_number == 11 or message.guild.id == 800029200886923315: #add the picture https://cdn.discordapp.com/attachments/800029200886923318/1050935509930754058/icons8-discord-new-480.png - embed = discord.Embed(title="Join our discord server!", url="https://discord.gg/pB6hXtUeDv", description="You need help with Botator? You can join our discord server and ask for help in the help channel. You can also suggest new features and report bugs. You can also join our discord server to talk with other Botator users and the Botator team, by on the following link: https://discord.gg/pB6hXtUeDv", color=0x00ff00, image="https://cdn.discordapp.com/attachments/800029200886923318/1050935509930754058/icons8-discord-new-480.png") + embed = discord.Embed(title="Join our discord server!", url="https://discord.gg/pB6hXtUeDv", description="You need help with Botator? You can join our discord server and ask for help in the help channel. You can also suggest new features and report bugs. You can also join our discord server to talk with other Botator users and the Botator team, by on the following link: https://discord.gg/pB6hXtUeDv", color=0x00ff00) + embed.set_thumbnail(url="https://cdn.discordapp.com/attachments/800029200886923318/1050935509930754058/icons8-discord-new-480.png") await message.channel.send("**This message has 10% chance to appear. It will disappear in 60 seconds.**", embed=embed, delete_after=60) debug("The \"join our discord server\" message has been sent") @discord.slash_command(name="say", description="Say a message")