mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Add search query to /pep command #55

Closed CircuitSacul closed 1 year ago

CircuitSacul commented 2 years ago

The /pep command can have two optional arguments:

You must specify exactly one option. Number just returns that pep, whereas query will use fuzzy searching to search the peps by their titles. This is also the easiest way to introduce fuzzy searching to the codebase.

Enderchief commented 2 years ago

I can do this

CircuitSacul commented 2 years ago

@Endercheif go for it. I suggest trying to use https://github.com/maxbachmann/RapidFuzz

Enderchief commented 2 years ago

Already experimenting with it.

isFakeAccount commented 2 years ago

Can somone also create a command that lets you fuzzy search mcoding videos and return link.

trag1c commented 2 years ago

Can somone also create a command that lets you fuzzy search mcoding videos and return link.

Maybe read through the issues first :/ (#54)

Enderchief commented 1 year ago

I'm going to wait until #57 is merged before this.

Enderchief commented 1 year ago

nvm i'll do it now