fix: image link

This commit is contained in:
neoarz
2025-11-22 14:25:21 -05:00
parent 6dec097a20
commit 50243773ec

View File

@@ -1,5 +1,4 @@
import discord import discord
from discord.ext import commands
from discord.ext.commands import Context from discord.ext.commands import Context
@@ -10,6 +9,9 @@ def jit26_command():
description="hello world", description="hello world",
color=0x0169FF, color=0x0169FF,
) )
embed.set_author(
name="26JIT", icon_url="https://raw.githubusercontent.com/LiveContainer/LiveContainer/main/screenshots/livecontainer_icon.png"
)
if context.interaction: if context.interaction:
await context.interaction.response.send_message(embed=embed, ephemeral=True) await context.interaction.response.send_message(embed=embed, ephemeral=True)