add LoopDelay config option

This commit is contained in:
wish
2024-10-08 22:26:00 +11:00
parent 436e30f83d
commit 8191994acb
3 changed files with 5 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ type Config struct {
QuestCacheExpiry int // Number of seconds to keep quest data cached
CommandPrefix string // The prefix for commands
AutoCreateAccount bool // Automatically create accounts if they don't exist
LoopDelay int // Delay in milliseconds between each loop iteration
DefaultCourses []uint16
EarthStatus int32
EarthID int32