Skip to content

Commit 9b4ed10

Browse files
committed
Reverted typo change because everything broke
1 parent 63675a6 commit 9b4ed10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/minecraft/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from utils.shortcuts import no_color, no_ping
1515

1616
db = MongoClient(MONGO_URI).antbot.minecraft_data
17-
versions_pathes = MongoClient(MONGO_URI).antbot.versions_pathes
17+
versions_pathes = MongoClient(MONGO_URI).antbot.versons_pathes
1818
files = {}
1919
latest_version = ""
2020
logs_channel = None

0 commit comments

Comments
 (0)