Questions tagged [repl.it]

Questions related to the popular online development environment repl.it. Questions should be related to the use and functionality of the repl.it editor/console itself rather than questions about programs developed on repl.it.

Website link: https://repl.it.

318 questions
-4
votes
2 answers

How to run two Flask discord.py bots in the same repl.it project?

I am using repl.it to run two bots in the same repl and I'm using imports as a I saw in other stackoverflow questions. print('This will be the page where all bots will be made.') import os import bot1 import keep_alive import bot2 import…
-4
votes
1 answer

Error given when trying to use Sytem.Text.Json

When I try to include the namespace System.Text.Json, I am given the following error: The type or namespace called 'JSON' does not exist in the namespace 'System.Text'. Are you missing an assembly reference? I need this for serializing objects and I…
-4
votes
5 answers

How to link .html files

Alright. I'm coding in HTML and I have gotten stumped on a problem. I have 3 HTML files: main.html, buy.html, and CSS.css and I'm trying to figure out how I can put a link or hyperlink on main.html that redirects me to buy.html. Edit: Ive been…
JROS
  • 71
  • 1
  • 2
  • 11
1 2 3
21
22