feat: add join sound tip to voice
This commit is contained in:
Vendored
+4
@@ -9,6 +9,10 @@ declare namespace NodeJS {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "*.wav" {
|
||||
const src: string;
|
||||
export default src;
|
||||
}
|
||||
declare module "*.avif" {
|
||||
const src: string;
|
||||
export default src;
|
||||
|
||||
Reference in New Issue
Block a user