1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Restart"error" -> "debug"

This commit is contained in:
wlinator 2023-07-15 12:44:57 -04:00
parent 0992736853
commit 52f0157908

View file

@ -49,7 +49,7 @@ class BasicCog(commands.Cog):
try:
racu_logs.info(subprocess.check_output(["/bin/bash", "racu_update.sh"]))
except subprocess.CalledProcessError as e:
racu_logs.error(f"Error executing the script: {e.output.decode()}")
racu_logs.debug(e.output.decode())
@commands.slash_command(
name="intro",