ok
Browse files- lib/all.js +1 -1
lib/all.js
CHANGED
@@ -33,7 +33,7 @@ import {
|
|
33 |
} from '../lib/scrapper.js';
|
34 |
|
35 |
import { trbtoken, trburl } from '../config.js';
|
36 |
-
import SendWaifuRandom from './sendWaifuRandom.js';
|
37 |
|
38 |
async function audioContent(url) {
|
39 |
const filePath = `${uuid.v4()}.mp3`;
|
|
|
33 |
} from '../lib/scrapper.js';
|
34 |
|
35 |
import { trbtoken, trburl } from '../config.js';
|
36 |
+
import { SendWaifuRandom } from './sendWaifuRandom.js';
|
37 |
|
38 |
async function audioContent(url) {
|
39 |
const filePath = `${uuid.v4()}.mp3`;
|