待ち時間を 1 時間に変更

This commit is contained in:
2025-08-31 12:58:13 +09:00
parent d8567b84f7
commit 386c1debf8

View File

@@ -10,7 +10,7 @@ import (
"github.com/bwmarrin/discordgo" "github.com/bwmarrin/discordgo"
) )
var WaitingLength = 1 * time.Minute var WaitingLength = 1 * time.Hour
// user data // user data
type WaitingUser struct { type WaitingUser struct {