Change Spidey meme url
This commit is contained in:
2
bot.py
2
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)
|
||||
|
||||
Reference in New Issue
Block a user