Compare commits
2 Commits
940d6ca512
...
d06ab36d35
| Author | SHA1 | Date | |
|---|---|---|---|
| d06ab36d35 | |||
| b8f8c07e55 |
@@ -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
|
||||||
|
|||||||
@@ -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