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

Commit ef94f20

Browse files
authored
update: embed footer
1 parent 601d8d0 commit ef94f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/eclipse-grabber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def embed_accounts_info(accounts: List[Account], host: Computer) -> List[dict]:
179179
"icon_url": account.avatar_url
180180
},
181181
"footer": {
182-
"text": "Eclipse Grabber by @3ct0s and @JM1k1",
182+
"text": "Made by @3ct0s and @JM1k1",
183183
}
184184
})
185185
return embeds

0 commit comments

Comments
 (0)