remoteDiscordShell icon indicating copy to clipboard operation
remoteDiscordShell copied to clipboard

Control your LinuxOS computer through Discord

Results 8 remoteDiscordShell issues
Sort by recently updated
recently updated
newest added

Formatted several responses as code-block or inline-code.

* forbidden is not working: use property of message instead of channel object * /help is not working when bot is running: help, method requires a guild object

Can u add the option to only use specified commands like a whitelist ? I would like to try using this to wake a remote game server's pc and let...

I am trying to execute a python script via this tool. I am in the directory of the script's location but when I try and execute the script with 'python3...

Hi, whenever I try to run the script by typing "python3 pyDiscordShellBot.py" in the terminal, I always get this exact error and I don't know how to fix it Traceback...

![image](https://github.com/EnriqueMoran/remoteDiscordShell/assets/47562275/5f7025f9-90a3-4512-a200-c57fc10ba8bc)

Traceback (most recent call last): File "pyDiscordShellBot.py", line 3, in import discord ModuleNotFoundError: No module named 'discord' Always this message. Installed discord.py 1.7.3 through pip3 and this error always pops...

Added fixes to handled blank messages from bot by adding - `intent=discord.Intents.all()` while initiating discord client