There is no webview option in my code and there is no webview link how can i see that

Repl link: https://replit.com/@avatar11/gg-1-b

Hey @avatar11 welcome to the forums!

Thank you for your post and sorry that you are experiencing issues. However, we may not be able to help you with this issue if you do not complete the template fields fully.

Without a code excerpt and/or the link to your Repl there won’t be much we can do to help you. A screenshot of the expected output would also be appreciated.

The more information you provide at the start, the easier it will be to identify the bug in your program.

1 Like

https://replit.com/@avatar11/gg-1-b
code link

Filling out the other fields would be helpful too:
IE:

  1. What kind of repl is it?
  2. What have you tried?
  3. Are there any errors? If so, what?
  4. etc.

it is a repl for a discod bot to select and grab cards dropped
and there is no webview option in this code
what should i do to create a webview link ?

You should not put your token exposed in code like that, PLEASE move it to a secret!

okay
im doing that
sorry

I’m sorry if that came off as a demand, but people can steal your token if you leave it exposed like that.

yeah i surely understand ur concern
please tell me about the webview

Your repl is not hosting a site, and therefore does not have a webview.

ah um i wanted a webview link , how can i do that?

The link is repl-name.username.repl.co, but if your Repl doesn’t host a site, that URL won’t work.

2 Likes

You would be better off to put your webserver in main.py.

1 Like

ohh ok
ill try it now