From e1683b6f1cfc97ae9083edd0a4ec6f7a22a7f53a Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sun, 15 Feb 2026 13:18:03 +0100 Subject: fixes Signed-off-by: czjstmax --- ambient.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ambient.py b/ambient.py index 3bf28ca..090cfe7 100644 --- a/ambient.py +++ b/ambient.py @@ -107,7 +107,8 @@ async def volume_cmd(ctx, vol: str): """set volume in % from 0-100""" global volume if vol == "?": - ctx.send(f"♥ to set the volume just type `:vol 50%` ~~!"); + await ctx.send(f"♥ to set the volume just type `:vol 50%` ~~!"); + return 1 try: if vol.endswith('%'): -- cgit v1.3.1