fix: update repo links

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-04-14 02:47:50 -05:00
parent 0daeee5980
commit f1c41313b9
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ use serenity::model::channel::Message;
use serenity::utils::Colour;
use std::time::{SystemTime, UNIX_EPOCH};
const BOT_SOURCE: &str = "https://github.com/Paoda/arona";
const GACHA_SOURCE: &str = "https://github.com/Paoda/bluearch-recruitment";
const BOT_SOURCE: &str = "https://git.paoda.moe/paoda/arona";
const GACHA_SOURCE: &str = "https://github.com/paoda/blue-gacha";
const IMG_SOURCE: &str = "https://thearchive.gg";
pub const BLUE_ARCHIVE_BLUE: Colour = Colour::from_rgb(0, 215, 251);