misc: added more formatting to an error message
This commit is contained in:
parent
beee10f303
commit
7148bd18b1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Galaxy(commands.Cog):
|
||||||
except subprocess.CalledProcessError as e:
|
except subprocess.CalledProcessError as e:
|
||||||
await ctx.send(f"Error executing `nslookup`: `{e}`")
|
await ctx.send(f"Error executing `nslookup`: `{e}`")
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
await ctx.send("`nslookup` command not found. Make sure you have nslookup installed and it's in your system PATH.")
|
await ctx.send("`nslookup` command not found. Make sure you have `nslookup` installed and it's in your system PATH.")
|
||||||
|
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
|
|
Loading…
Reference in a new issue