Bauddhik-Geeks / Bauddhik-Geeks-Discord-bot

A discord bot for Bauddhik Geeks server.
MIT License
2 stars 0 forks source link

Added GitHub search and info commands and error handler #6

Closed 0xMukesh closed 2 years ago

0xMukesh commented 2 years ago

I have added these new commands

image

image

There is a bug with the paginator, I have reported to the discordSuperUtils dev team, I will create a new PR as soon as the bug is fixed 😄

image

image

0xMukesh commented 2 years ago

Sorry for not mentioning what the bug is beforehand

The bug is with discordSuperUtils.generate_embeds() which creates an extra embed page at the end. For example, if we are using %gs_r 10 discord bot command, this gives us 10 search results for discord bot. Each embed page will have 5 search results contained in them, so by this there should be total only 2 embed pages, but as I said there is an extra embed page been generated at the ended which results to total 3 embed pages

Mrinank-Bhowmick commented 2 years ago

@Kira272921 great work ,thanks for the contribution 😊

Mrinank-Bhowmick commented 2 years ago

5 solved