Discord Bot that capable to run python programs right from your chat in discord server specific channel .
You have to only connect the bot from the server and set the channel name
For better understanding read each file of repository befor using bot
Create directory
mkdir DiscordBot
cd DiscordBot
Clone the project
git clone https://github.com/innovatorved/discord-bot-that-run-Python-Program.git .
Check you are present in DiscordBot directory
pwd
if not then
cd DiscordBot
Install dependencies
pip install --upgrade pip
pip install discord
Start the Bot
python discord-bot-that-run-python-programs.py __channelName__ __botToken__
If you have any feedback, please reach out to us at vedgupta@protonmail.com