Ritik Ranjan

Results 11 comments of Ritik Ranjan

@MajorTanya There exists a similar listener [`on_interaction`](https://discordpy.readthedocs.io/en/latest/api.html?highlight=on_interaction#discord.on_interaction)

I believe `Command.usage` is still "fine" :thinking:

One more https://github.com/FrenchMasterSword/RTFMbot/blob/861a7e25a0ea7c8ec9a0a29dfca09429b6cd5e6a/plugins/queries.py#L309

Didn't thought of it. We can add cooldowns. I guess, the command isn't used on wide scale (for now) so it kinda "ok".

lots of conflicts...

[`RTD HERE`](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)

### How to reproduce? Use `qremind 1m`

monkey patching `fetch_commands()` is really bad idea, I say we fetch and cache app commands on bot login. And create arbitrary function something like `Quotient.get_app_command()` similar to dpy `Bot.get_command()`