rayzchen / pyeod

An implementation of CaryKH's elemental 3 in python for a discord bot
https://discord.gg/pvvZe7Pu8r
MIT License
3 stars 2 forks source link

Allow IDs to be used in hints #55

Closed kylepokorski closed 5 months ago

kylepokorski commented 6 months ago

You should be able get hint of an element by its id. Like !h #1 should give hints for air

Cheesy-Brik commented 6 months ago

@rayzchen Should make a generalized way to search for elements by str. Prob a game instance method. Would condense a ton of code.