Skip to content

Commit

Permalink
Improved wording of the "command disabled" message
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Aug 14, 2018
1 parent 90bb813 commit 33eb35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion somsiad.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def on_command_error(ctx, error):
if isinstance(error, ignored):
return
elif isinstance(error, commands.DisabledCommand):
return await ctx.send(f'{ctx.command} została wyłączona.')
return await ctx.send(f'Komenda {ctx.command} została wyłączona.')
elif isinstance(error, commands.NoPrivateMessage):
try:
return await ctx.author.send(f'Komenda {ctx.command} nie może zostać użyta w prywatnej wiadomości.')
Expand Down

0 comments on commit 33eb35c

Please sign in to comment.