Skip to content

Commit af6d2ed

Browse files
committed
> alias switch before i get fkf on
1 parent 670793c commit af6d2ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/bronx/Welcoming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def on_member_join(self, member):
6262
except Exception as e:
6363
logger.error(f"Failed to store join stats: {e}")
6464

65-
@commands.command(aliases=['swc', 'welcomechannel'])
65+
@commands.command(aliases=['swc', 'welcome'])
6666
@commands.has_permissions(administrator=True)
6767
async def setwelcomechannel(self, ctx, channel: discord.TextChannel):
6868
"""Set the welcome channel for the server."""

0 commit comments

Comments
 (0)