Skip to content

Commit

Permalink
ユーザ起因でない再展開エラーをログに出した
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryoga Saito committed Dec 2, 2023
1 parent d77ce13 commit 23d45ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bot/commands/redeploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ impl Bot {
},

_ => {
tracing::error!(?err, "failed to redeploy");
self.edit_response(component_interaction, |response| {
response
.content("再展開中にエラーが発生しました。運営にお問い合わせください。")
Expand Down

0 comments on commit 23d45ff

Please sign in to comment.