This commit is contained in:
Aevann1 2021-12-11 04:47:14 +02:00
parent 932b1fce30
commit 959251d9e4

View file

@ -7,7 +7,7 @@ from sqlalchemy import *
from sqlalchemy.orm import relationship
from files.__main__ import Base
from files.classes.votes import CommentVote
from files.helpers.const import AUTOPOLLER_ID, censor_slurs
from files.helpers.const import AUTOPOLLER_ID, AUTOBETTER_ID, censor_slurs
from files.helpers.lazy import lazy
from .flags import CommentFlag
from random import randint