diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-02-14 23:48:54 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-02-14 23:48:54 +0100 |
| commit | bda91502417e5bab138d46d14ccd3eb500a68fb8 (patch) | |
| tree | a41c0314d51f5ed5725edc4b8deec77ec1129309 | |
| parent | 1bf5226578764ae427f99e77581f9f0e1005a5fa (diff) | |
added `https://` before links in `::help`
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
| -rw-r--r-- | ambient.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |