We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
url
1 parent f4e7af7 commit 3869a52Copy full SHA for 3869a52
guide/docs/popular-topics/embeds.mdx
@@ -60,6 +60,7 @@ from disnake.ext import commands
60
embed = disnake.Embed(
61
title="Embed Title",
62
description="Embed Description",
63
+ url="https://disnake.dev/",
64
color=disnake.Colour.yellow(),
65
timestamp=datetime.datetime.now(),
66
)
0 commit comments