Skip to content

Commit

Permalink
メンテナンス時の各ステータス表示を強制的に「メンテナンス」へ変更しないようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkeyyy committed Mar 14, 2023
1 parent 98de87a commit aacdaaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ async def generateserverstatusembed(locale):
# メンテナンス
if status[p]["Maintenance"] == True:
f_status_icon = statusicon.Maintenance
f_status_text = localizations.translate("Maintenance")
# 不明
if s == "Unknown":
f_status_icon = statusicon.Unknown
Expand Down

0 comments on commit aacdaaf

Please sign in to comment.