Python Discord Bot Template Versions Save

🐍 A simple template to start to code your own and personalized Discord bot in the Python programming language

v6.1.1

7 months ago

Don't enable message content intent by default

v6.1.0

7 months ago

fix: Bug fixes & function return type hints

v6.0.2

7 months ago

fix: Proper update dates

v6.0.1

7 months ago
  • Added two context menu commands, one for users and one for messages

v6.0.0

7 months ago
  • Made a custom class for the bot that subclasses commands.Bot
  • Don't connect to the SQLite database all the time, created a DatabaseManager class that handles database operations
  • Changes to some Markdown files
  • Using environment file or environment variable for the token
  • Removed the custom checks, blacklist is gone & using discord.py's owner check
  • Changed main color from 0x9C84EF to 0xBEBEFE

v5.5.0

1 year ago

v5.4.2

1 year ago
  • Added blacklist show command to see the list of blacklisted users
  • blacklist remove and blacklist add commands now send proper error messages

v5.4.1

1 year ago
  • Loading files relatively to where the bot.py file is located, so that you can start the bot from anywhere in your system

v5.4.0

1 year ago
  • Added @commands.bot_has_permissions() checks and handle the exception for it
  • Fixed purge command
  • Removed asyncio from the requirements file

v5.3.0

1 year ago
  • Using aiosqlite instead of sqlite3 for asynchronous database operations.