Skip to content

Commit

Permalink
fixed bug in configuration not reading base_command
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkessel committed Feb 3, 2024
1 parent f4b588c commit dde3dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion maubot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
maubot: 0.1.0
id: org.rosi-kessel.reacjibot
version: 2.7.6
version: 2.7.7
license: MIT
modules:
- reacjibot
Expand Down
1 change: 1 addition & 0 deletions reacjibot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def do_update(self, helper: ConfigUpdateHelper) -> None:
helper.copy("insecure")
helper.copy("template")
helper.copy("images")
helper.copy("base_command")

class ReacjiBot(Plugin):
reacji: dict # reacji->room mappings
Expand Down

0 comments on commit dde3dc0

Please sign in to comment.