Skip to content

Commit

Permalink
Update mod_warn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VannyBuns committed Sep 9, 2024
1 parent 99d749b commit bafc5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/mod_warn.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def cog_check(self, ctx: KurisuContext):

@is_staff('Helper')
@commands.guild_only()
@commands.command()
@commands.command(aliases=["smack"])
async def warn(self, ctx: GuildContext, member: Optional[discord.Member | discord.User], *, reason: str):
"""Warn a user. Staff and Helpers only."""
issuer = ctx.author
Expand Down Expand Up @@ -76,7 +76,7 @@ async def warn(self, ctx: GuildContext, member: Optional[discord.Member | discor
await self.bot.channels['mod-logs'].send(msg)

@is_staff('Helper')
@commands.command()
@commands.command(aliases=["boop"])
async def softwarn(self, ctx: GuildContext, member: discord.Member | discord.User, *, reason: Optional[str]):
"""Warn a user without automated action. Staff and Helpers only."""
issuer = ctx.author
Expand Down

0 comments on commit bafc5b5

Please sign in to comment.