diff --git a/bots/modules/robot.py b/bots/modules/robot.py index 1263c2f..8024395 100644 --- a/bots/modules/robot.py +++ b/bots/modules/robot.py @@ -21,6 +21,8 @@ class RobotBotModuleConfig(TelegramBotModuleConfig): return dispatcher def save_file(self, update: Update, ctx: CallbackContext): + config._reload_maybe() + if self.users.count() and not self.users.filter(user_id=update.effective_user.id).count(): update.effective_message.reply_text('GTFO') return