feat: reply to all html files with their content
This commit is contained in:
commit
27a29a604a
7 changed files with 112 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
plugin: maubot.yaml htmlfile.py
|
||||
zip -9r maubot-htmlfile.zip maubot.yaml htmlfile.py
|
||||
|
||||
clean:
|
||||
rm maubot-htmlfile.zip
|
||||
|
||||
all: plugin
|
Loading…
Add table
Add a link
Reference in a new issue