mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 12:18:54 -05:00
no_pm for sfx toggle
This commit is contained in:
parent
7259ae0fcc
commit
3cb7ea02ad
@ -552,7 +552,7 @@ class Audio:
|
||||
else:
|
||||
await self.bot.say("Volume must be between 0 and 1. Example: 0.40")
|
||||
|
||||
@audioset.command(name="sfx", pass_context=True)
|
||||
@audioset.command(name="sfx", pass_context=True, no_pm=True)
|
||||
async def _sfx(self, ctx):
|
||||
"""Enables/Disables sound effects usage in the server"""
|
||||
#default on.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user