Closed asdfzxcvbn closed 1 year ago
also forgot to mention that i've tried running it on both my VPS as well as my own computer, if that means anything
Hello @asdfzxcvbn, thank you for reporting this issue. I will look into this and hopefully find a fix.
It seems like I can not replicate your issue, are you sure the input element was focused when you pressed the type button?
i feel incredibly stupid opening an issue for this but here it goes: how do i even type? i've seen the youtube video where you type without any problems, but i just can't get it to work. i get the mouse in the search box, click inside it, then press the typing key and send a message. the bot reacts to my message with a checkmark, but after refreshing the screenshot by clicking another button, there is no text visible. am i just being stupid or is there an issue?
i am also facing the same issue
Try modifying in index.js
: page.keyboard.type
=> page.type
.
Try modifying in
index.js
:page.keyboard.type
=>page.type
.
still the same problem
What browser are you using? (If you're using Chrome, is it Google Chrome or Chromium?)
uhm i have the same issue
but for me, bot doesn't even reacts with checkmark
alright, i've figured it out. the bot requires the message content intent enabled in order to work. maybe you could implement a system to NOT react to the message if this is disabled? (if this is possible, of course) a guide to making the discord bot itself might be helpful to other users as well, and i might open a pull request later to add this if i'm not busy.
for anyone else facing the issue, you can enable it on the bot page of your application at https://discord.com/developers/applications/your bots appid/bot
i feel incredibly stupid opening an issue for this but here it goes: how do i even type? i've seen the youtube video where you type without any problems, but i just can't get it to work. i get the mouse in the search box, click inside it, then press the typing key and send a message. the bot reacts to my message with a checkmark, but after refreshing the screenshot by clicking another button, there is no text visible. am i just being stupid or is there an issue?