We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125a6ae commit e9898d0Copy full SHA for e9898d0
1 file changed
wall_e/utilities/embed.py
@@ -83,7 +83,7 @@ async def embed(logger, ctx: commands.context = None, interaction: discord.Inter
83
if content is None:
84
content = []
85
# these are put in place cause of the limits on embed described here
86
- # https://discordapp.com/developers/docs/resources/channel#embed-limits
+ # https://discord.com/developers/docs/resources/message#embed-object-embed-limits
87
88
if ctx is not None:
89
# added below ternary because of detect_reaction calls this function without context, but rather passes in
0 commit comments