Skip to content

Commit

Permalink
change name context and restart kurisu
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jun 23, 2024
1 parent 823fb80 commit 7738620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/assistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ async def deletesoap(self, ctx: GuildContext, channels: commands.Greedy[discord.
for channel in channels:
if channel not in self.soaps_category.channels:
continue
msg = f":x: **:soap: channel deleted**: {ctx.author.mention} deleted :soap: channel {channel.mention} | {channel.name} ({channel.id})"
msg = f":x: **:soap: channel deleted**: {ctx.author.mention} deleted :soap: channel {channel.name} ({channel.id})"
await self.bot.channels['mod-logs'].send(msg)
await ctx.send(f"Deleted :soap: {channel.mention}.")
await ctx.send(f"Deleted :soap: {channel.name}.")
await channel.delete()

@is_staff('OP')
Expand Down

0 comments on commit 7738620

Please sign in to comment.