Zephyrkul

Results 17 comments of Zephyrkul

Something worth noting if this feature gets merged into core - using `bot.process_commands` directly will create another instance of dispatching `on_message_without_command`, which is undesirable in most every case (cog creators...

> Instead, my cog maintains a whitelist of core and approved cogs that emulate commands using on_message_without_command and calls the listeners for those cogs directly. A small addendum to this:...

Are you running on Windows? `[p]repo add` with different cases [works fine](https://discord.com/channels/133049272517001216/718148684629540905/1236366102297051146) on my Linux install - maybe you're running into a case of Windows utilizing a case-insensitive filesystem?

Run-on sentences are extremely hard to read. To clarify, you want a rift option to avoid deleting the bot's relayed message if the original author's message is deleted?

All the info you should need to build the app command mention should be available under `ctx.interaction.data` - specifically the `id` and `name` keys for that dict should be all...

While I ultimately discarded it a couple years ago in favor of a better rewrite, I did previously attempt to tackle something akin to this in 2018 in #2144. If...