Skip to content

Commit

Permalink
fcquery: Minor grammar change
Browse files Browse the repository at this point in the history
  • Loading branch information
fox8091 authored and lifehackerhansol committed Oct 2, 2024
1 parent 4839963 commit eac33db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/friendcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def fcquery(self, ctx: GuildContext, member: discord.Member):
if target_fc.fc_switch:
fcs_t += fc_switch.format(self.switch_fc_to_string(target_fc.fc_switch))

await ctx.send(f"{member.mention} friend codes are\n{fcs_t}")
await ctx.send(f"{member.mention}'s friend codes are\n{fcs_t}")
await send_dm_message(member, f"{ctx.author} has asked for your friend codes! Their codes are\n{fcs_a}")

@commands.command()
Expand Down

0 comments on commit eac33db

Please sign in to comment.