randydev commited on
Commit
14326bc
·
1 Parent(s): 97c414f
Files changed (1) hide show
  1. 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`;