mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-21 07:32:59 -05:00
Remove the mongo driver (#3099)
* kills mongo * changelog * more refeences to mongo needed to go
This commit is contained in:
@@ -129,7 +129,6 @@ def init_events(bot, cli_flags):
|
||||
)
|
||||
INFO2 = []
|
||||
|
||||
mongo_enabled = storage_type() != "JSON"
|
||||
reqs_installed = {"docs": None, "test": None}
|
||||
for key in reqs_installed.keys():
|
||||
reqs = [x.name for x in red_pkg._dep_map[key]]
|
||||
@@ -141,7 +140,6 @@ def init_events(bot, cli_flags):
|
||||
reqs_installed[key] = True
|
||||
|
||||
options = (
|
||||
("MongoDB", mongo_enabled),
|
||||
("Voice", True),
|
||||
("Docs", reqs_installed["docs"]),
|
||||
("Tests", reqs_installed["test"]),
|
||||
|
||||
Reference in New Issue
Block a user