diff --git a/commands/cat.js b/commands/cat.js index cb28625..ff8cf1c 100644 --- a/commands/cat.js +++ b/commands/cat.js @@ -14,7 +14,7 @@ module.exports = (bot) => { try { await ctx.replyWithAnimation(apiUrl, { - caption: `🐱 ${apiUrl}`, + caption: `🐱`, parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id }); @@ -30,7 +30,7 @@ module.exports = (bot) => { try { await ctx.replyWithPhoto(apiUrl, { - caption: `🐱 ${apiUrl}`, + caption: `🐱`, parse_mode: 'Markdown', reply_to_message_id: ctx.message.message_id }); diff --git a/locales/english.json b/locales/english.json index 1dfc9c8..0729e1c 100644 --- a/locales/english.json +++ b/locales/english.json @@ -71,8 +71,8 @@ "fileError": "Error uploading file", "botUpdated": "Bot updated with success.\n\n```{result}```", "errorUpdatingBot": "Error updating bot\n\n{error}", - "catImgErr": "Sorry, but I couldn't get the cat GIF you wanted.", - "catGifErr": "Sorry, but I couldn't get the cat photo you wanted.", + "catImgErr": "Sorry, but I couldn't get the cat photo you wanted.", + "catGifErr": "Sorry, but I couldn't get the cat GIF you wanted.", "quoteResult": "Here is a random quote for you:", "quoteErr": "Sorry, but something went wrong while displaying the quote." } \ No newline at end of file diff --git a/locales/portuguese.json b/locales/portuguese.json index 8c17726..9f3b376 100644 --- a/locales/portuguese.json +++ b/locales/portuguese.json @@ -71,8 +71,8 @@ "fileError": "Erro ao enviar o arquivo", "botUpdated": "Bot atualizado com sucesso.\n\n```{result}```", "errorUpdatingBot": "Erro ao atualizar o bot\n\n{error}", - "catImgErr": "Desculpe, mas não consegui obter o GIF do gato que você queria.", - "catGifErr": "Desculpe, mas não consegui obter a foto do gato que você queria.", + "catImgErr": "Desculpe, mas não consegui obter a foto do gato que você queria.", + "catGifErr": "Desculpe, mas não consegui obter o GIF do gato que você queria.", "quoteResult": "Aqui está uma citação aleatória pra você (em inglês):", "quoteErr": "Desculpe, mas algo deu errado ao exibir a citação." } \ No newline at end of file diff --git a/locales/spanish.json b/locales/spanish.json index 74b86dc..c6de821 100644 --- a/locales/spanish.json +++ b/locales/spanish.json @@ -71,8 +71,8 @@ "fileError": "Error al enviar el archivo", "botUpdated": "Bot actualizado con éxito.\n\n```{result}```", "errorUpdatingBot": "Error al actualizar el bot\n\n{error}", - "catImgErr": "Lo siento, pero no pude obtener el GIF del gato que querías.", - "catGifErr": "Lo siento, pero no pude obtener la foto del gato que querías.", + "catImgErr": "Lo siento, pero no pude obtener la foto del gato que querías.", + "catGifErr": "Lo siento, pero no pude obtener el GIF del gato que querías.", "quoteResult": "Aquí tienes una cita aleatoria para ti (en inglés):", "quoteErr": "Lo siento, pero algo salió mal al mostrar la cita." } \ No newline at end of file