Run Python Program on Discord

Ved Gupta

Ved Prakash Gupta / February 12, 2022

1 min read––– views

Run Python Program on Discord

A Python programing language Interpreter bot for Discord. Beginners can easily host and integrate discord with bot

Discord Bot That Run Python Programs

Discord logo

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

Run Locally

Create directory

  mkdir DiscordBot
  cd DiscordBot

Clone the project

  git clone https://github.com/innovatorved/discord-bot-that-run-Python-Program.git .

Install dependencies

  pip install --upgrade pip
  pip install discord

Start the Bot

  python discord-bot-that-run-python-programs.py __channelName__ __botToken__

Acknowledgements

Authors

Feedback

If you have any feedback, please reach out to us at vedgupta@protonmail.com

Categories :PythonBot

Subscribe to the newsletter