diff options
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('%'): |