From 5ea0e943fb0ae5912fcd6505df018665e2540389 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sun, 19 Jan 2025 01:02:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B5=D0=B7=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B3=D0=B8=D1=82=20=D0=BC=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=B2=20=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/commands.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/commands.d b/source/commands.d index e3bb4a5..2527a52 100644 --- a/source/commands.d +++ b/source/commands.d @@ -34,7 +34,7 @@ string[2] huy = [":orehussmile:", src="mxc://4d2.org/XvWYAuhASYRHtYvtspsrWvtU" >`]; @Command("Версия бота", "версия") -string ver = "SkunkyBot Pre-Alpha 0.1 :: https://git.bloat.cat/skunky/skunkybot-d"; +string ver = "SkunkyBot Pre-Alpha 0.1 :: https://git.macaw.me/skunky/skunkybot-d"; @Command("test") static string compver = "Compiler version: "~intToStr(__VERSION__); \ No newline at end of file