Skip to content

Commit

Permalink
Update repo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrs11 authored Aug 18, 2024
1 parent 497681a commit 372a3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const handleRepoCommand = async (m, Matrix, repoUrl) => {
*_Forks:_* ${forks_count}
*_Created At:_* ${new Date(created_at).toLocaleDateString()}
*_Last Updated:_* ${new Date(updated_at).toLocaleDateString()}
*_Owner:_* IMALKA-HANSAMAL
*_Owner:_* ɪᴍᴀʟᴋᴀ-ʜᴀɴꜱᴀᴍᴀʟ
`;

const repoMessage = generateWAMessageFromContent(m.from, {
Expand All @@ -52,7 +52,7 @@ const handleRepoCommand = async (m, Matrix, repoUrl) => {
text: messageText,
}),
footer: proto.Message.InteractiveMessage.Footer.create({
text: '© ᴘᴏᴡᴇʀᴇᴅ ʙʏ HANSAMAL-MD',
text: '© ᴘᴏᴡᴇʀᴇᴅ ʙʏ ʜᴀɴꜱᴀᴍᴀʟ-ᴍᴅ',
}),
header: proto.Message.InteractiveMessage.Header.create({
...(await prepareWAMessageMedia({
Expand Down

0 comments on commit 372a3d3

Please sign in to comment.