Skip to content
Snippets Groups Projects
Commit a97878bb authored by Charlielv04's avatar Charlielv04
Browse files

Snack update

parent f47adab1
No related branches found
No related tags found
No related merge requests found
Pipeline #13212 passed
......@@ -39,7 +39,7 @@ class Bar(base.Committee_hub_base):
},
extra_hub_handlers=[CommandHandler("menu", self.menu),
CommandHandler("stock", self.stocked_drinks),
CommandHandler("snack", self.snack_update)]
CommandHandler("snack", self.stocked_snacks)]
)
self.info = bx_utils.db.get_committee_info(self.name)
async def menu(self, update: Update, context: ContextTypes.DEFAULT_TYPE):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment