Skip to content

Commit 0225540

Browse files
committed
Change version to correct version
1 parent 7fd0994 commit 0225540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

launcher.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import glob
22
import atexit
33
from lib.bot import Bot
4-
from lib.context import CustomContext
54

65
COGS = [path.split("\\")[-1][:-3] if "\\" in path else path.split("/")[-1][:-3] for path in
76
glob.glob('./lib/cogs/*.py')]
8-
VERSION = "0.5.0"
7+
VERSION = "0.0.1"
98
bot: Bot = Bot(VERSION)
109
print("Registering cogs...")
1110
for cog in COGS:

0 commit comments

Comments
 (0)