fix(DM error): fix AttributeError: 'NoneType' on sending DM to the bot
This commit is contained in:
commit
ba1122c07b
4 changed files with 8 additions and 5 deletions
cogs/utils/models
|
@ -1,6 +1,7 @@
|
|||
from sqlalchemy.ext.declarative import declarative_base
|
||||
from sqlalchemy import Column, Integer, BigInteger, JSON, ForeignKey, Boolean
|
||||
from sqlalchemy.orm import relationship
|
||||
from werkzeug.security import generate_password_hash, check_password_hash
|
||||
|
||||
Base = declarative_base()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue