Skip to content

Commit e9898d0

Browse files
committed
updating the link
1 parent 125a6ae commit e9898d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wall_e/utilities/embed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async def embed(logger, ctx: commands.context = None, interaction: discord.Inter
8383
if content is None:
8484
content = []
8585
# these are put in place cause of the limits on embed described here
86-
# https://discordapp.com/developers/docs/resources/channel#embed-limits
86+
# https://discord.com/developers/docs/resources/message#embed-object-embed-limits
8787

8888
if ctx is not None:
8989
# added below ternary because of detect_reaction calls this function without context, but rather passes in

0 commit comments

Comments
 (0)