We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670793c commit af6d2edCopy full SHA for af6d2ed
1 file changed
cogs/bronx/Welcoming.py
@@ -62,7 +62,7 @@ async def on_member_join(self, member):
62
except Exception as e:
63
logger.error(f"Failed to store join stats: {e}")
64
65
- @commands.command(aliases=['swc', 'welcomechannel'])
+ @commands.command(aliases=['swc', 'welcome'])
66
@commands.has_permissions(administrator=True)
67
async def setwelcomechannel(self, ctx, channel: discord.TextChannel):
68
"""Set the welcome channel for the server."""
0 commit comments