diff --git a/utils/config.py b/utils/config.py index 62206f2..ed3a5c2 100644 --- a/utils/config.py +++ b/utils/config.py @@ -5,7 +5,7 @@ from . import webhook as webhook_client MOTD = "over your entire life you could eat 10 spiders whilst asleep".lower() -VERSION = "3.3.1" +VERSION = "3.4.0" PRODUCTION = True DEFAULT_CONFIG = { "token": "",