mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 19:50:12 +01:00
fix: image link
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user