From 05eed2406c2b627dc2c367c5ddffcc521207f4b8 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sun, 15 Feb 2026 16:45:31 +0100 Subject: fixes now it's good (uwu) Signed-off-by: czjstmax --- ambient.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ambient.py b/ambient.py index af14b12..0be2516 100644 --- a/ambient.py +++ b/ambient.py @@ -107,8 +107,10 @@ async def volume_cmd(ctx, vol: str): """set volume in % from 0-100""" global volume if vol == "?": - #await ctx.send(f"♥ to set the volume just type `:vol 50%` ~~!") - await ctx.send(f"♥ the current volume is {round(volume*100)}% ~~!") + await ctx.send(f"♥ the current volume is {round(volume*100)}% ;>") + return 0 + elif vol == "h" or vol == "help": + await ctx.send(f"♥ to set the volume just type `:vol 50%` ~!") return 1 try: -- cgit v1.3.1