Compare commits
2 Commits
940d6ca512
...
d06ab36d35
| Author | SHA1 | Date | |
|---|---|---|---|
| d06ab36d35 | |||
| b8f8c07e55 |
@@ -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
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user