Skip to content

Commit 7f85926

Browse files
authored
run -> complete
1 parent 5bec9c9 commit 7f85926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Botの名前
2121
bot_name = "R6SSS"
2222
# Botのバージョン
23-
bot_version = "1.3.11"
23+
bot_version = "1.3.12"
2424

2525
default_embed = discord.Embed
2626

@@ -133,7 +133,7 @@ async def updateserverstatus():
133133
serverstatus_loop_isrunning = True
134134

135135
# ハートビートを送信
136-
heartbeat.heartbeat.ping(state="run")
136+
heartbeat.heartbeat.ping(state="complete")
137137

138138
# Heartbeatイベントを送信 (サーバーステータスの更新が開始されたことを報告)
139139
heartbeat.monitor.ping(state="run", message="サーバーステータスの更新開始")

0 commit comments

Comments
 (0)