diff --git a/token_bot/core.py b/token_bot/core.py index 4ba150a..0a9cd30 100644 --- a/token_bot/core.py +++ b/token_bot/core.py @@ -8,7 +8,7 @@ from interactions.api.events import Startup from token_bot.token_database import database as pdb from token_bot.token_database import database as tdb -VERSION = "0.9.9" +VERSION = "0.9.10" class Core(Extension):