Skip to content

Commit

Permalink
⭕ ADAMS VERSION ⭕
Browse files Browse the repository at this point in the history
  • Loading branch information
devibrah authored Sep 12, 2024
1 parent 5a567e8 commit d328f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scs/bmworder/bmwvv.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const text = m.body.slice(prefix.length + cmd.length).trim();
const type = Object.keys(msg)[0];

const originalCaption = msg[type].caption || '';
const newCaption = `${originalCaption}\n\n> © Powered By Ethix-MD`;
const newCaption = `${originalCaption}\n\n> © Powered By BMW-MD`;


// Download the media content
Expand Down

0 comments on commit d328f38

Please sign in to comment.