Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bot = commands.Bot(command_prefix="!", intents=intents)
- GUILD_ID = discord.Object(id=1382864424477393006)
- @bot.tree.command(name="embed", description="user betslip", guild=GUILD_ID)
- async def printer(interaction: discord.Interaction, link: str):
- embed = discord.Embed(title="I am a Title", url="str", description="I am a description")
- await interaction.response.send_message(embed=embed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement