From bda91502417e5bab138d46d14ccd3eb500a68fb8 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sat, 14 Feb 2026 23:48:54 +0100 Subject: added `https://` before links in `::help` Signed-off-by: czjstmax --- ambient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ambient.py') diff --git a/ambient.py b/ambient.py index 8bdd96c..7dfce81 100644 --- a/ambient.py +++ b/ambient.py @@ -128,8 +128,8 @@ async def help(ctx): await ctx.send( "------------------------------\n" "ambient.py --- with ♥ by czjstmax\n" - "> server: discord.gg/6mbgsYveCn\n" - "> github: github.com/jstmaxlol/ambient\n\n" + "> server: https://discord.gg/6mbgsYveCn\n" + "> github: https://github.com/jstmaxlol/ambient\n\n" "### >> available commands <<\n" "`::start` / `::join` / `::hi` / `::gm` - join a vc and use this command to eep ;)\n" "`::stop` / `::quit` / `::bye` / `::gn` - exits from the current vc and salutes\n" -- cgit v1.3.1