forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-11 04:47:14 +02:00
parent 43f135388d
commit b5cd384cb6
1 changed files with 1 additions and 1 deletions

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