mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Selfbot] No help DMs
This commit is contained in:
parent
ede821c911
commit
b1e20d8b76
2
red.py
2
red.py
@ -72,6 +72,8 @@ class Bot(commands.Bot):
|
||||
self.settings.self_bot = kwargs['self_bot']
|
||||
else:
|
||||
kwargs['self_bot'] = self.settings.self_bot
|
||||
if self.settings.self_bot:
|
||||
kwargs['pm_help'] = False
|
||||
super().__init__(*args, command_prefix=prefix_manager, **kwargs)
|
||||
|
||||
async def send_message(self, *args, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user