Skip to content

Commit 9a6561f

Browse files
authored
chore: Bump discord.py (#114)
1 parent a954b92 commit 9a6561f

File tree

9 files changed

+12
-8
lines changed

9 files changed

+12
-8
lines changed

UPDATES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Here 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

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
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

99
import json

cogs/fun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
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

99
import random

cogs/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
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

99
import platform

cogs/moderation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
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

99
import os

cogs/owner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
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

99
import discord

cogs/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
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

99
from discord.ext import commands

database/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
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

99
import aiosqlite

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiohttp
22
aiosqlite
3-
discord.py==2.5.2
3+
discord.py==2.6.3
44
python-dotenv

0 commit comments

Comments
 (0)