diff --git a/bot/ext/rsudo.py b/bot/ext/rsudo.py index c468493..73d81e9 100644 --- a/bot/ext/rsudo.py +++ b/bot/ext/rsudo.py @@ -153,7 +153,8 @@ class Rsudo(Cog): await command_channel.send(page) try: - await user.send(f'Your request for the command {command} was accepted:') + # await user.send(f'Your request for the command {command} was accepted:') + pass for page in paginator.pages: await user.send(page) @@ -168,7 +169,8 @@ class Rsudo(Cog): await msg.edit(embed=embed) try: - await user.send(f'Your request for the command {command} was denied.') + # await user.send(f'Your request for the command {command} was denied.') + pass except discord.HTTPException: await command_channel.send(f'Failed to send denial message to {user}.')