mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
no_pm for sfx toggle
This commit is contained in:
@@ -552,7 +552,7 @@ class Audio:
|
|||||||
else:
|
else:
|
||||||
await self.bot.say("Volume must be between 0 and 1. Example: 0.40")
|
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):
|
async def _sfx(self, ctx):
|
||||||
"""Enables/Disables sound effects usage in the server"""
|
"""Enables/Disables sound effects usage in the server"""
|
||||||
#default on.
|
#default on.
|
||||||
|
|||||||
Reference in New Issue
Block a user