Skip to content

Commit

Permalink
Update watch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberboysumanjay authored Jun 18, 2022
1 parent 2694e07 commit 1dfb633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const axios = require('axios');
async function getDetails(title) {
let mainconfig = {
method: 'get',
url: `https://sumanjay.vercel.app/watch/${title}` //Feel free to use this API
url: `https://api.sumanjay.cf/watch/${title}` //Feel free to use this API
};
return axios(mainconfig)
.then(async function (response) {
Expand Down Expand Up @@ -74,4 +74,4 @@ module.exports = {
commandType: 'plugin',
isDependent: false,
help: `*Watch*\n\nGet information about where to watch a Movie/Show. \n\n*!watch [movie-name]*\n`,
execute};
execute};

0 comments on commit 1dfb633

Please sign in to comment.