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)