Skip to content

Commit

Permalink
Reverted typo change because everything broke
Browse files Browse the repository at this point in the history
  • Loading branch information
bth123 committed Nov 23, 2024
1 parent 63675a6 commit 9b4ed10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/minecraft/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from utils.shortcuts import no_color, no_ping

db = MongoClient(MONGO_URI).antbot.minecraft_data
versions_pathes = MongoClient(MONGO_URI).antbot.versions_pathes
versions_pathes = MongoClient(MONGO_URI).antbot.versons_pathes
files = {}
latest_version = ""
logs_channel = None
Expand Down

0 comments on commit 9b4ed10

Please sign in to comment.