/discord-bot

A simple discord bot made with discord API

Primary LanguagePythonMIT LicenseMIT

discord-bot

A simple discord bot made with discord API and Chat-GPT API

how to use?

  • To get this bot in your discord server just add this bot to your server using the link below
  • discord bot link

for hosting your own bot

  • clone this repo:
git clone git@github.com:adarshkumar714/discord-bot.git
cd discord-bot
  • make sure python and pip are installed in your local server
  • install the dependencies from requirements.txt:
    pip install -r requirements.txt
    • or if some module is still not installed, you can install it manually
    • for example: discord is not installed
    • open a terminal or a command prompt and type:
    pip install discord
  • finally run the program:
python bot.py