Increase Duration between Join & Leave

This commit is contained in:
2023-03-12 00:24:40 -05:00
parent b8f8c07e55
commit d06ab36d35

View File

@@ -23,8 +23,8 @@ impl TypeMapKey for GuildPopIn {
fn init_pop_state() -> GuildPopIn { fn init_pop_state() -> GuildPopIn {
GuildPopIn { GuildPopIn {
min: 1000, min: 30*60*1000,
max: 5000, max: 180*60*1000,
} }
} }