diff --git a/src/commands/kanji.rs b/src/commands/kanji.rs index ea81173..13ef69e 100644 --- a/src/commands/kanji.rs +++ b/src/commands/kanji.rs @@ -54,9 +54,9 @@ pub async fn i( e.description(message); let mut author = serenity::builder::CreateEmbedAuthor::default(); 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("字ちゃん") - .url("https://github.com/ElnuDev/ji-chan"); + .url("https://git.elnu.com/tegakituesday/ji-chan"); e.set_author(author); e.color(serenity::utils::Colour::from_rgb(251, 73, 52)); if found_chars.len() == 1 {