Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Sep 21, 2020
1 parent 4527c3e commit 2f754bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public void onEnable() {
String amrwb=cfg.getStringOrNull("amrwb");
AmrVoiceProvider.autoSize = amras!=null&&amras.equals("true");
AmrVoiceProvider.wideBrand = amrwb==null||amrwb.equals("true");
SilkVoiceProvider.ffmpeg = new File(cfg.getString("silkenc_path"));
SilkVoiceProvider.silk = new File(cfg.getString("silkenc_path"));
Events.registerEvents(this, new SimpleListenerHost(this.getCoroutineContext()) {
@EventHandler
public void onGroup(GroupMessageEvent event) {
Expand Down

0 comments on commit 2f754bb

Please sign in to comment.