Selaa lähdekoodia

changed wording

tags/v1.7.0
Roxie Gibson 6 vuotta sitten
vanhempi
commit
5c1702b886
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      roxbot/err_handle.py

+ 1
- 1
roxbot/err_handle.py Näytä tiedosto

@@ -43,7 +43,7 @@ class ErrHandle:
elif isinstance(error, commands.MissingRequiredArgument):
embed = discord.Embed(description="Argument missing. {}".format(error.args[0]))
elif isinstance(error, commands.BadArgument):
embed = discord.Embed(description="Invalid Argument given. {}".format(error.args[0]))
embed = discord.Embed(description="Bad Argument given. {}".format(error.args[0]))
elif isinstance(error, commands.TooManyArguments):
embed = discord.Embed(description="Too many arguments given.")
elif isinstance(error, commands.CommandNotFound):

Loading…
Peruuta
Tallenna