fix audio path

This commit is contained in:
mii
2022-08-12 00:00:03 +09:00
parent 8a4de65a8a
commit 3652079bab

View File

@ -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;