mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-08-22 16:15:29 +00:00
fix audio path
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use std::{path::Path, fs::File, io::Write};
|
||||
use std::{path::Path, fs::File, io::Write, env};
|
||||
|
||||
use async_trait::async_trait;
|
||||
use serenity::prelude::Context;
|
||||
|
Reference in New Issue
Block a user