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 2
2
3
3
Here is the list of all the updates that I made on this template.
4
4
5
+ ### Version 6.4.0 (12 September 2025)
6
+
7
+ - Pin ` discord.py ` version to ` 2.6.3 `
8
+
5
9
### Version 6.3.0 (05 March 2025)
6
10
7
11
- 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 3
3
Description:
4
4
🐍 A simple template to start to code your own and personalized Discord bot in Python
5
5
6
- Version: 6.3 .0
6
+ Version: 6.4 .0
7
7
"""
8
8
9
9
import json
Original file line number Diff line number Diff line change 3
3
Description:
4
4
🐍 A simple template to start to code your own and personalized Discord bot in Python
5
5
6
- Version: 6.3 .0
6
+ Version: 6.4 .0
7
7
"""
8
8
9
9
import random
Original file line number Diff line number Diff line change 3
3
Description:
4
4
🐍 A simple template to start to code your own and personalized Discord bot in Python
5
5
6
- Version: 6.3 .0
6
+ Version: 6.4 .0
7
7
"""
8
8
9
9
import platform
Original file line number Diff line number Diff line change 3
3
Description:
4
4
🐍 A simple template to start to code your own and personalized Discord bot in Python
5
5
6
- Version: 6.3 .0
6
+ Version: 6.4 .0
7
7
"""
8
8
9
9
import os
Original file line number Diff line number Diff line change 3
3
Description:
4
4
🐍 A simple template to start to code your own and personalized Discord bot in Python
5
5
6
- Version: 6.3 .0
6
+ Version: 6.4 .0
7
7
"""
8
8
9
9
import discord
Original file line number Diff line number Diff line change 3
3
Description:
4
4
🐍 A simple template to start to code your own and personalized Discord bot in Python
5
5
6
- Version: 6.3 .0
6
+ Version: 6.4 .0
7
7
"""
8
8
9
9
from discord .ext import commands
Original file line number Diff line number Diff line change 3
3
Description:
4
4
🐍 A simple template to start to code your own and personalized Discord bot in Python
5
5
6
- Version: 6.3 .0
6
+ Version: 6.4 .0
7
7
"""
8
8
9
9
import aiosqlite
Original file line number Diff line number Diff line change 1
1
aiohttp
2
2
aiosqlite
3
- discord.py == 2.5.2
3
+ discord.py == 2.6.3
4
4
python-dotenv
You can’t perform that action at this time.
0 commit comments