Skip to content

Commit

Permalink
Update manual_case.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Nov 20, 2020
1 parent ac2161f commit a2fd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/announcer/manual_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def cmd_manual_kingfisher(ctx, args: List[str]):
"""
message = f"xxxx MANKFCASE xxxx\n" \
f"{' '.join(args)}\n" \
f"xxxx NEWKFCASE xxxx"
f"xxxx NEWCASE xxxx"
for ch in send_to:
await ctx.bot.message(ch, message)
logging.info(f"Manual kingfisher case by {ctx.sender} in {ctx.channel}: {args}")
Expand Down

0 comments on commit a2fd2bb

Please sign in to comment.