Skip to content

Commit

Permalink
i should have known id break something
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed May 25, 2024
1 parent 1f3b5e4 commit 01e6e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/mdcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from cogs.assistanceswitch import AssistanceSwitch
AssistanceCogs = Assistance | AssistanceWii | AssistanceWiiU | Assistance3DS | AssistanceSwitch

systems_no_aliases = ('3ds', 'wiiu', 'vwii', 'switch', 'wii', 'dsi')
systems_no_aliases = ('3ds', 'wiiu', 'vwii', 'switch', 'wii', 'dsi', 'gba')
aliases = {
'nx': 'switch',
'ns': 'switch'
Expand Down Expand Up @@ -144,6 +144,7 @@ def md_file_to_embed(md_path: str) -> tuple[str, str, dict, discord.Embed]:
'switch': ConsoleColor.switch(),
'legacy': ConsoleColor.legacy(),
'dsi': ConsoleColor.legacy(),
'gba': None,
'all': None # default embed color
}

Expand Down

0 comments on commit 01e6e80

Please sign in to comment.