File tree Expand file tree Collapse file tree 10 files changed +15
-9
lines changed Expand file tree Collapse file tree 10 files changed +15
-9
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+ ### 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
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99import asyncio
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99import random
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99import platform
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99import discord
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99import json
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99from discord .ext import commands
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99from discord .ext import commands
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99import json
Original file line number Diff line number Diff line change 33Description:
44This is a template to create your own discord bot in python.
55
6- Version: 5.1
6+ Version: 5.2
77"""
88
99import sqlite3
You can’t perform that action at this time.
0 commit comments