Compare commits

...

2 Commits

2 changed files with 4 additions and 2 deletions

View File

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

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,
} }
} }