Advertisement
Guest User

Untitled

a guest
Jun 19th, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. bot = commands.Bot(command_prefix="!", intents=intents)
  2.  
  3. GUILD_ID = discord.Object(id=1382864424477393006)
  4.  
  5. @bot.tree.command(name="embed", description="user betslip", guild=GUILD_ID)
  6. async def printer(interaction: discord.Interaction, link: str):
  7. embed = discord.Embed(title="I am a Title", url="str", description="I am a description")
  8. await interaction.response.send_message(embed=embed)
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement