Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paris-ci committed Dec 11, 2023
1 parent 9269024 commit 2f6f88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/bot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def on_command(self, ctx: MyContext):
_ = await ctx.get_translate_function(user_language=True)

ctx.logger.info(
f"It's the first time that {ctx.author} is intreracting with us. Sending welcome DM."
f"It's the first time that {ctx.author} is interacting with us. Sending welcome DM."
)
try:
await ctx.author.send(
Expand Down

0 comments on commit 2f6f88a

Please sign in to comment.