Skip to content

Basic multifunctional discord bot template on python.

License

Notifications You must be signed in to change notification settings

FlamesC0der/discord-bot-template

Repository files navigation

discord-bot-template

Basic discord bot template

CodeFactor

Features

  • with new futures
  • ⚡️ Using "slash" commands like "/ping", "/ban"
  • 🎨 Beautiful and informative colored logs
  • 💾 logs stored in "logs" folder
  • 📂 All Commands are in "Cogs" folder
  • 💻 Using discord tasks
  • Database (SQLite3)
  • Economy commands
  • Moderation commands
  • Music player

Support

  • ❌ if you have any error after starting bot (temple) you should create new issue (best way)

Installation

  • Create and clone this temple
  • In config.json change prefix and token with your prefix(/ $ ! etc...)
  • Create .env file with your token like TOKEN=MTEaMDUeODk0NzY1DATk2NDQDNg.GFV6lk.RCUh3av4_NQrEadeeVSSRZLBmoLURGnGsJ1bicqk
  • Install requirements from requirements.txt
pip install -r requirements.txt
  • Run bot via
python main.py
  • Run lavalink server via (java 18+)
java -jar lavalink.jar

About

Basic multifunctional discord bot template on python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages