Fixed wrong API call on /mlpep
This commit is contained in:
parent
00436438e7
commit
4fcd24f025
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ module.exports = (bot) => {
|
|||
return;
|
||||
};
|
||||
|
||||
const apiUrl = `http://ponyapi.net/v1/comics-story/${userInput}`;
|
||||
const apiUrl = `http://ponyapi.net/v1/episode/by-overall/${userInput}`;
|
||||
|
||||
try {
|
||||
const response = await axios(apiUrl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue