DiscordBaseInstallationStore
DiscordSQLiteInstallationStore
- database (str): Path to the SQLite database file.
init
- database (str): Path to the SQLite database file.
class DiscordBaseInstallationStore:
class DiscordSQLiteInstallationStore(DiscordBaseInstallationStore):
def __init__(self, database: str):