-
trigger_typing is only enabled for rest bots, is this because it's not possible for gateway bots? |
Beta Was this translation helpful? Give feedback.
Answered by
rvorias
Feb 21, 2023
Replies: 1 comment
-
you can access it within a gateway function like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rvorias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can access it within a gateway function like this:
async with bot.rest.trigger_typing(event.channel_id):