Browse Source

missed this refactoring error from a bit ago

tags/v1.7.0
Roxie Gibson 6 years ago
parent
commit
bf73360b66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roxbot/err_handle.py

+ 1
- 1
roxbot/err_handle.py View File

@@ -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()

Loading…
Cancel
Save