mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Fix typo and add commitstrip and supportportal plugins to readme
This commit is contained in:
parent
decc906f06
commit
341fb85b54
@ -27,6 +27,8 @@ Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net)
|
||||
* [translate](https://github.com/maubot/translate) - A bot to translate words.
|
||||
* [reactbot](https://github.com/maubot/reactbot) - A bot that responds to messages that match predefined rules.
|
||||
* [exec](https://github.com/maubot/exec) - A bot that executes code.
|
||||
* [commitstrip](https://github.com/maubot/commitstrip) - A bot to view CommitStrips.
|
||||
* [supportportal](https://github.com/maubot/supportportal) - A bot to manage customer support on Matrix.
|
||||
|
||||
Open a pull request or join the Matrix room linked above to get your plugin listed here
|
||||
|
||||
|
@ -84,7 +84,7 @@ def init(config: Config) -> Engine:
|
||||
log = logging.getLogger("maubot.db")
|
||||
|
||||
if db.has_table("client") and db.has_table("plugin"):
|
||||
log.warning("alembic_version table not found, but cligent and plugin tables found. "
|
||||
log.warning("alembic_version table not found, but client and plugin tables found. "
|
||||
"Assuming pre-Alembic database and inserting version.")
|
||||
db.execute("CREATE TABLE IF NOT EXISTS alembic_version ("
|
||||
" version_num VARCHAR(32) PRIMARY KEY"
|
||||
|
Loading…
Reference in New Issue
Block a user