Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raclettes authored Apr 17, 2021
1 parent 8edb844 commit 7c9d6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ i18n.init_bot(bot, get_locale)

@bot.command(pass_context=True)
async def hello(ctx):
await ctx.send(i18n.contextually_get_text("hello"))
await ctx.send(i18n.contextual_get_text("hello"))
```

This is all good, but because of our line `i18n.init_bot(bot, get_locale)`, we can shorten things.
Expand Down

0 comments on commit 7c9d6bd

Please sign in to comment.