Change repo's link in about embed
This commit is contained in:
parent
4fe923622e
commit
62da46998f
|
@ -66,7 +66,7 @@ impl EmbedMessageBuilder {
|
||||||
.fields(vec![
|
.fields(vec![
|
||||||
("Creator", "This bot was created by Victor Mignot (aka Dala).\nMastodon link: https://fosstodon.org/@Dala", false),
|
("Creator", "This bot was created by Victor Mignot (aka Dala).\nMastodon link: https://fosstodon.org/@Dala", false),
|
||||||
("License", "The source code is under the GNU Affero General Public License v3.0", false),
|
("License", "The source code is under the GNU Affero General Public License v3.0", false),
|
||||||
("Source code", "https://sr.ht/~victormignot/yorokobot/", false),
|
("Source code", "https://sr.ht/~dala/yorokobot/", false),
|
||||||
("Illustrator's Twitter", "https://twitter.com/MaewenMitzuki", false),
|
("Illustrator's Twitter", "https://twitter.com/MaewenMitzuki", false),
|
||||||
("Developer's Discord Server", "https://discord.gg/e8Q4zQbJb3", false),
|
("Developer's Discord Server", "https://discord.gg/e8Q4zQbJb3", false),
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue