Skip to content

Commit 474080b

Browse files
fix attribute reference for github colours
1 parent db5dd0d commit 474080b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monty/exts/info/github/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ async def get_reply(
329329
title += "GitHub quick links"
330330
tiny_embed = disnake.Embed(
331331
description="\n".join(tiny_content),
332-
colour=github_handlers.GITHUB_COLOUR,
332+
colour=constants.GHColour.success,
333333
)
334334
if title:
335335
tiny_embed.set_author(name=title)

0 commit comments

Comments
 (0)