Skip to content

Commit

Permalink
[Hockey] Fix overwriting methods for countdown in gdc and gdt
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID committed Jan 23, 2024
1 parent 249e2e6 commit f0d90d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hockey/gamedaychannels.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def gdc_default_game_state(self, ctx: commands.Context, state: StateFinder

@gdc.command(name="countdown")
@commands.mod_or_permissions(manage_channels=True)
async def set_game_countdown_updates(
async def set_gdc_countdown_updates(
self,
ctx: commands.Context,
) -> None:
Expand Down
2 changes: 1 addition & 1 deletion hockey/gamedaythreads.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def gdt_default_game_state(self, ctx: commands.Context, state: StateFinder

@gdt.command(name="countdown")
@commands.mod_or_permissions(manage_channels=True)
async def set_game_countdown_updates(
async def set_gdt_countdown_updates(
self,
ctx: commands.Context,
) -> None:
Expand Down

0 comments on commit f0d90d7

Please sign in to comment.