randydev commited on
Commit
59007b2
·
1 Parent(s): 49b0063
Files changed (1) hide show
  1. plugins/hentai.js +1 -0
plugins/hentai.js CHANGED
@@ -25,6 +25,7 @@ const HentaiRoutes = express.Router();
25
  HentaiRoutes.get('/api/v1/anime/random', authenticateApiKey, apiLimiter, async (req, res) => {
26
  try {
27
  const responses = new SendWaifuRandom();
 
28
  const result = await responses.sendWaifuPics();
29
  if (result) {
30
  res.json({ result });
 
25
  HentaiRoutes.get('/api/v1/anime/random', authenticateApiKey, apiLimiter, async (req, res) => {
26
  try {
27
  const responses = new SendWaifuRandom();
28
+ console.log(responses);
29
  const result = await responses.sendWaifuPics();
30
  if (result) {
31
  res.json({ result });