Skip to content

Commit c2a6d14

Browse files
committed
📝 edited updates.md
1 parent cc55c4a commit c2a6d14

File tree

10 files changed

+15
-9
lines changed

10 files changed

+15
-9
lines changed

UPDATES.md

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

33
Here is the list of all the updates that I made on this template.
44

5+
### Vesion 5.2 (30 September 2022)
6+
7+
* Added `load`, `reload` and `unload` commands.
8+
* Added `sync` and `unsync` commands.
9+
* Code refactoring and cleanup.
10+
511
### Version 5.1 (12 September 2022)
612

713
* Added the `help` command once again

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
44
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
77
"""
88

99
import asyncio

cogs/fun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
44
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
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
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
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
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
77
"""
88

99
import discord

cogs/owner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
44
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
77
"""
88

99
import json

cogs/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
44
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
77
"""
88

99
from discord.ext import commands

exceptions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
44
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
77
"""
88

99
from discord.ext import commands

helpers/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
44
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
77
"""
88

99
import json

helpers/db_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Description:
44
This is a template to create your own discord bot in python.
55
6-
Version: 5.1
6+
Version: 5.2
77
"""
88

99
import sqlite3

0 commit comments

Comments
 (0)