diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-02-15 13:18:03 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-02-15 13:18:03 +0100 |
| commit | e1683b6f1cfc97ae9083edd0a4ec6f7a22a7f53a (patch) | |
| tree | f159c800be415a665de20cb027299c4ec7c5445e /ambient.py | |
| parent | 383dd768482a19dbb03ee6e17bab6e75df4a8451 (diff) | |
fixes
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'ambient.py')
| -rw-r--r-- | ambient.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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('%'): |