Change repo's link in about embed

This commit is contained in:
Victor Mignot 2023-04-23 14:56:11 +02:00
parent 4fe923622e
commit 62da46998f
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -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),
]) ])