diff --git a/index.js b/index.js index 815b272..663d048 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,7 @@ const bot = new Client({ ] }); -bot.version = "1.2.2"; +bot.version = "2.0"; bot.config = require('./config.json'); bot.logger = new Logger(console.log);