From 0b7250bc80ca2d4329b9adc7afce6a2a9559d632 Mon Sep 17 00:00:00 2001 From: Ian Burgess Date: Sat, 22 Jun 2024 19:33:18 -0600 Subject: [PATCH] 4.0stable --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index e1ca8e1..e84ff50 100644 --- a/bot.py +++ b/bot.py @@ -22,6 +22,6 @@ bot.load_extension("cogs.misc") uri = f"mongodb://{env['DB_USERNAME']}:{env['DB_PASSWORD']}@{env['DB_HOST']}/?authSource=admin" bot.db = MongoClient(uri)["turdbot"] -bot.version = "4.5.0BETA" +bot.version = "4.5.0" bot.run(env["BOT_TOKEN"]) \ No newline at end of file