File tree Expand file tree Collapse file tree 9 files changed +12
-8
lines changed Expand file tree Collapse file tree 9 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 22
33Here is the list of all the updates that I made on this template.
44
5+ ### Version 6.4.0 (12 September 2025)
6+
7+ - Pin ` discord.py ` version to ` 2.6.3 `
8+
59### Version 6.3.0 (05 March 2025)
610
711- Added support for Docker, ` docker compose up ` will spin up the bot and install the requirements
Original file line number Diff line number Diff line change 33Description:
44🐍 A simple template to start to code your own and personalized Discord bot in Python
55
6- Version: 6.3 .0
6+ Version: 6.4 .0
77"""
88
99import json
Original file line number Diff line number Diff line change 33Description:
44🐍 A simple template to start to code your own and personalized Discord bot in Python
55
6- Version: 6.3 .0
6+ Version: 6.4 .0
77"""
88
99import random
Original file line number Diff line number Diff line change 33Description:
44🐍 A simple template to start to code your own and personalized Discord bot in Python
55
6- Version: 6.3 .0
6+ Version: 6.4 .0
77"""
88
99import platform
Original file line number Diff line number Diff line change 33Description:
44🐍 A simple template to start to code your own and personalized Discord bot in Python
55
6- Version: 6.3 .0
6+ Version: 6.4 .0
77"""
88
99import os
Original file line number Diff line number Diff line change 33Description:
44🐍 A simple template to start to code your own and personalized Discord bot in Python
55
6- Version: 6.3 .0
6+ Version: 6.4 .0
77"""
88
99import discord
Original file line number Diff line number Diff line change 33Description:
44🐍 A simple template to start to code your own and personalized Discord bot in Python
55
6- Version: 6.3 .0
6+ Version: 6.4 .0
77"""
88
99from discord .ext import commands
Original file line number Diff line number Diff line change 33Description:
44🐍 A simple template to start to code your own and personalized Discord bot in Python
55
6- Version: 6.3 .0
6+ Version: 6.4 .0
77"""
88
99import aiosqlite
Original file line number Diff line number Diff line change 11aiohttp
22aiosqlite
3- discord.py == 2.5.2
3+ discord.py == 2.6.3
44python-dotenv
You can’t perform that action at this time.
0 commit comments