def no_users_downloaded(self): text = 'No users have been downloaded yet' reply = message.information(self, 'No Content', text, message.Ok) return reply == message.Ok