Skip to content

Commit

Permalink
[Hockey] Don't block specifying category channel in gdc setup
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID committed Dec 7, 2023
1 parent 7cf019c commit e7d6904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hockey/gamedaychannels.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async def gdc_setup(
return
if category is None and ctx.channel.category is not None:
category = guild.get_channel(ctx.channel.category_id)
else:
if category is None:
await ctx.send(
_("You must specify a channel category for game day channels to be created under.")
)
Expand Down

0 comments on commit e7d6904

Please sign in to comment.