Explorar el Código

missed this refactoring error from a bit ago

tags/v1.7.0
Roxie Gibson hace 6 años
padre
commit
bf73360b66
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roxbot/err_handle.py

+ 1
- 1
roxbot/err_handle.py Ver fichero

@@ -16,7 +16,7 @@ class ErrHandle:
if self.dev:
traceback.print_exc()
else:
embed = discord.Embed(title="roxbot Error", colour=roxbot.EmbedColours.red) # Red
embed = discord.Embed(title="Roxbot Error", colour=roxbot.EmbedColours.red) # Red
embed.add_field(name='Event', value=event)
embed.description = '```py\n{}\n```'.format(traceback.format_exc())
embed.timestamp = datetime.datetime.utcnow()

Cargando…
Cancelar
Guardar