mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
Fixed wrong API call on /mlpep
This commit is contained in:
parent
00436438e7
commit
4fcd24f025
@ -97,7 +97,7 @@ module.exports = (bot) => {
|
|||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
const apiUrl = `http://ponyapi.net/v1/comics-story/${userInput}`;
|
const apiUrl = `http://ponyapi.net/v1/episode/by-overall/${userInput}`;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await axios(apiUrl);
|
const response = await axios(apiUrl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user