diff --git a/pizzabot.yaml b/maubot.yaml similarity index 67% rename from pizzabot.yaml rename to maubot.yaml index 2c538be..ed98cea 100644 --- a/pizzabot.yaml +++ b/maubot.yaml @@ -3,5 +3,8 @@ id: cc.eris.pizza version: 1.0.0 license: aGPLv3 modules: -- pizza + - pizza main_class: PizzaBot +dependencies: + - sqlite3 + - time diff --git a/echo.py b/pizza.py similarity index 100% rename from echo.py rename to pizza.py