Replies: 4 comments 9 replies
-
did ya try to add |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
hybird command I'm not sure if it needs to sync or not. # in class bot
async def setup_hook(self):
await self.tree.sync() |
Beta Was this translation helpful? Give feedback.
4 replies
-
Did u fixed ur problem @just-ary27 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm migrating to v2.0.0. While trying to send an embed via
@hybrid_command
, I getApplication didn't respond
; the embed gets sent tho!Here's an example command (part of a cog):
I have tried
ctx.respond, ctx.reply
(from StackOverflow).Beta Was this translation helpful? Give feedback.
All reactions