Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 590 Bytes

Basic Discord BOT template (Python3)

This repository provides a basic template for building a Discord bot using Python 3. It includes the necessary setup for handling basic events and slash commands in Discord. Use this template as a starting point to create your own Discord bot with minimal configuration and get up and running quickly.

Please remember!

  • Fill .env TOKEN with your BOT TOKEN

How to use it?

  • Install requirements
pip3 install -r requirements.txt
  • Run the bot
python3 main.py
  • Customize or add new commands or events! 🎉