Increase Duration between Join & Leave
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user