1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Fix small issue

This commit is contained in:
wlinator 2024-08-14 07:05:03 -04:00
parent fba4b49ccf
commit bbec1a2622

View file

@ -89,7 +89,7 @@ class Config(commands.Cog):
birthday_config = config.create_subgroup(name="birthdays")
@config.command(name="channel")
@birthday_config.command(name="channel")
async def config_birthdays_channel(self, ctx, channel: discord.TextChannel):
await c_birthday.set_birthday_channel(ctx, channel)