misc/migration related
This commit is contained in:
@ -10,7 +10,7 @@ class DB:
|
||||
|
||||
def __init__(self, bot) -> None:
|
||||
self.db_path: str | LiteralString = os.path.join(
|
||||
"/mnt/data/share", "sqlite_dbs", "lovehate.db"
|
||||
"/usr/local/share", "sqlite_dbs", "lovehate.db"
|
||||
)
|
||||
|
||||
async def get_wholovehates(
|
||||
|
Reference in New Issue
Block a user