From f80369320223840862c58024ce3940c9a4854f9d Mon Sep 17 00:00:00 2001 From: Siphalor Date: Tue, 4 May 2021 19:20:40 +0200 Subject: [PATCH] Change Spidey meme url --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index d887c06..5322a1c 100644 --- a/bot.py +++ b/bot.py @@ -81,7 +81,7 @@ async def on_message(message: discord.Message): if message.guild is not None and not message.author.bot: if config_get('loeh-enable', message.guild.id) and LOEH_REGEX.match(message.content): if message.author.id == LOEH_ID: - await message.channel.send("https://siphalor.de/img/spidy-is-that-you.jpg") + await message.channel.send("https://stuff.siphalor.de/img/spidy-is-that-you.jpg") else: cooldown = config_get('och-cooldown', message.guild.id) t = time.time() - _get_last_och_time(message.guild)