Change Spidey meme url

This commit is contained in:
2021-05-04 19:20:40 +02:00
parent ffe6b0b60e
commit f803693202

2
bot.py
View File

@@ -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)