Let\'s say we have two type of users, bot users and normal users:
class User(AbstractBaseUser, PermissionsMixin): username = models.CharField(max_length=255,