Skip to content

Commit

Permalink
Merge pull request #94 from Devime69/patch-23
Browse files Browse the repository at this point in the history
Update Truth.js
  • Loading branch information
Shubha Pratim Biswas authored May 5, 2023
2 parents 34053e5 + b720f16 commit dbdc7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Fun/Truth.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
category: "Fun",
start: async (Miku, m, { text, prefix }) => {
const shibam = await axios.get(
"https://dull-plum-panda-gear.cyclic.app/truth"
"https://smiling-hosiery-bear.cyclic.app/weeb/truth"
);

await Miku.sendMessage(m.from, {image: { url: botImage3 },caption: `*${shibam.data}*`,}, { quoted: m });
Expand Down

0 comments on commit dbdc7fb

Please sign in to comment.