aboutsummaryrefslogtreecommitdiff
path: root/ambient.py
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-02-14 23:48:54 +0100
committerczjstmax <jstmaxlol@disroot.org>2026-02-14 23:48:54 +0100
commitbda91502417e5bab138d46d14ccd3eb500a68fb8 (patch)
treea41c0314d51f5ed5725edc4b8deec77ec1129309 /ambient.py
parent1bf5226578764ae427f99e77581f9f0e1005a5fa (diff)
added `https://` before links in `::help`
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'ambient.py')
-rw-r--r--ambient.py4
1 files changed, 2 insertions, 2 deletions
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"