Imaginary-Horizons-Productions / prophets-of-the-labyrinth-Archive

A multiplayer roguelite game in Discord about acting on future predictions.
https://discord.com/api/oauth2/authorize?client_id=950469509628702740&permissions=397284665360&scope=bot%20applications.commands
MIT License
1 stars 2 forks source link

Add autocomplete for armory and consumable-info #604

Closed doubledh closed 1 year ago

doubledh commented 1 year ago

Summary

Implemented general-purpose autocomplete, and wired armory and consumable-info to use it (leave other commands alone such that new autocomplete clauses don't affect them)

Local Tests Performed

tested on armory and consumable-info commands tested that give-up still works

Issue

Closes #410

ntseng commented 1 year ago

Once we merge this, we can decide when we want to deploy v0.11.0, then I'll make a PR to the bot template incorporating whatever autocomplete infrastructure we settle on.