Update robbit link

This commit is contained in:
2026-05-27 01:13:44 -04:00
parent 72caa70606
commit bd7aefd9bd

View File

@@ -5,7 +5,7 @@ use std::collections::VecDeque;
pub const PATTERN: &str = "^\\$repo\\s*$";
pub const NAME: &str = "repo";
pub const USAGE: &str = "Usage: $repo\r\nThis gives the link to the robbit repo";
pub const REPO_LINK: &str = "https://github.com/ColinMcKechney/robbit.git";
pub const REPO_LINK: &str = "https://git.mckechney.us/l3gion/robbit.git";
pub fn link(_: regex::Captures, _: &Message, _: &VecDeque<Message>) -> String {
format!("{}\r\nPRs are always welcome!", REPO_LINK)