Update avatar and repository links
This commit is contained in:
parent
ef0a38f8a3
commit
487426548f
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ pub async fn i(
|
||||||
e.description(message);
|
e.description(message);
|
||||||
let mut author = serenity::builder::CreateEmbedAuthor::default();
|
let mut author = serenity::builder::CreateEmbedAuthor::default();
|
||||||
author
|
author
|
||||||
.icon_url("https://raw.githubusercontent.com/ElnuDev/ji-chan/main/ji-chan.png")
|
.icon_url("https://git.elnu.com/tegakituesday/ji-chan/raw/branch/main/ji-chan.png")
|
||||||
.name("字ちゃん")
|
.name("字ちゃん")
|
||||||
.url("https://github.com/ElnuDev/ji-chan");
|
.url("https://git.elnu.com/tegakituesday/ji-chan");
|
||||||
e.set_author(author);
|
e.set_author(author);
|
||||||
e.color(serenity::utils::Colour::from_rgb(251, 73, 52));
|
e.color(serenity::utils::Colour::from_rgb(251, 73, 52));
|
||||||
if found_chars.len() == 1 {
|
if found_chars.len() == 1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue