ソースを参照

missed this refactoring error from a bit ago

tags/v1.7.0
Roxie Gibson 6年前
コミット
bf73360b66
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roxbot/err_handle.py

+ 1
- 1
roxbot/err_handle.py ファイルの表示

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

読み込み中…
キャンセル
保存