mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
Fixed variable name
This commit is contained in:
parent
b1304b9956
commit
f2d7c58ac9
@ -34,8 +34,8 @@ module.exports = (bot) => {
|
||||
const track = response.data.recenttracks.track[0];
|
||||
|
||||
if (!track) {
|
||||
const noResponse = Strings.lastFmNoResponse.replace('{lastfmUser}', lastfmUser);
|
||||
return ctx.reply(noResponse, {
|
||||
const noRecent = Strings.lastFmNoRecent.replace('{lastfmUser}', lastfmUser);
|
||||
return ctx.reply(noRecent, {
|
||||
parse_mode: "Markdown",
|
||||
reply_to_message_id: ctx.message.message_id
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user