discordbot.py

Example of a discord bot in Python

Requirements

  • Python 3.8 or higher
  • Discord Bot

Setting Up

  1. Clone this repo or download the files
  2. Rename config.example.json to config.json and fill in the values
  3. Install all requirements with pip (pip install -r requirements.txt)
  4. Start the bot with python main.py
  5. You are set

Docs

You can view the Disnake docs here

GitHub

View Github