Compare commits

...

2 Commits

2 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,8 @@
buildInputs = with pkgs; [
# Add additional build inputs here
libopus
stt
tts
] ++ lib.optionals pkgs.stdenv.isDarwin ([
# Additional darwin specific inputs can be set here
pkgs.libiconv

View File

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