Commands

Type these in Slack where DeskBite is installed. Subcommands are case-insensitive. You can also DM the bot directly — a DM behaves exactly like the slash command.

Command
Example
What happens
/deskbite
/deskbite
Connect your Swiggy account (OAuth), pick a saved delivery address, or check your connection status.
/deskbite help
/deskbite help
Shows the command list inline in Slack. No Swiggy call is made.
/deskbite address
/deskbite address
Opens the address picker with your saved Swiggy addresses so you can change where the order is delivered.
/deskbite cart
/deskbite cart
Shows your real Swiggy cart with +/- quantity steppers. One restaurant per cart.
/deskbite <anything else>
/deskbite paneer roll
Anything that is not help, address or cart is treated as a food search. See the search forms below.

Searching in plain English

Free text is the main interface. An LLM normalises what you typed into a dish, a veg-only flag, a maximum price and an optional restaurant, then Swiggy returns real menu items.

You type
Form
What happens
/deskbite coffee
Plain dish search.
Swiggy menu results near your selected address, each with an Add to cart button.
/deskbite coffee from starbucks
Restaurant-scoped search.
DeskBite resolves the restaurant first, then searches only that menu.
/deskbite burger under 300
Price ceiling.
Swiggy returns burgers; DeskBite then drops every item priced above 300 before showing results.
/deskbite something veg
Vegetarian only.
Sent to Swiggy as its own veg filter, so Swiggy itself returns only veg items.

The price ceiling is applied by DeskBite over Swiggy's results, after the search comes back. Veg-only is not our filter — it is passed through to Swiggy, which decides what counts as vegetarian.

Ordering stops before payment

You can add real items to your real Swiggy cart, load your real Swiggy payment options, pick one and see a final order review. Confirming that review only records your intent — order placement is deliberately disabled during development, and DeskBite replies saying so. Nothing is ever charged and no order reaches the restaurant.