Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Benjo

@Benjo989
he/him always fixing bugs
Twitter
GitHub
YouTube
Website
  • ipq.co

    Cover page
    Made with HTML, CSS, JS

    get a free ".ipq.co and .fdns.uk" subdomain names for free! (please don't abuse this!)

    Recent comments (2)
    WeTest
    WeTest
    2 years ago

    free domains

Benjo989
Benjo989
published a Repl
2 years ago
4
ipq.co
ipq.coget a free ".ipq.co and .fdns.uk" subdomain names for free! (please don't abuse this!)
WeTest
WeTest
free domains2 years ago
Benjo989
Benjo989
shared a Post
2 years ago
HTML error
https://replit.com/@Benjo989/Game I don't know why my games.html page can't be open please check 309 in my index.html file or try to run it and click
Coder100
Coder100
you never served games.html in your express. So add something like this: app.get("/games.html", (_, res) => { res.sendFile(__dirname + "/games.html"); }); `2 years ago
Benjo989
Benjo989
shared a Post
2 years ago
can you guys help me to figure out the error? the marquee doesn't work at the line 255 https://replit.com/@Benjo989/test.html
Coder100
Coder100
Don't use marquee. It's deprecated. Use css instead: https://www.w3schools.in/css3/css-marquee/2 years ago
Benjo989
Benjo989
shared a Post
2 years ago
hi, I just wanna ask if there's a code that can let the bots automatically join the voice-chat and play when someone guy joined. Thanks in advance!
DynamicSquid
DynamicSquid
Do you have an existing bot already set up, or a preferred language?2 years ago
Benjo989
Benjo989
shared a Post
2 years ago
hi, I don't know what's wrong on my activity code (it doesn't work on my bot.) async def onready():activity = discord.Game(name="replit", type = 3) a
cuber1515
cuber1515
@Benjo989 so the link to you code is not loading and when you typed out the code it's hard to understand since you didn't use proper spacing; next time take a screen shot or type it out with the proper spacing and indentation. Now to answer your question it looks like in that code your trying to get it to tell you in the console when the bot is online to do this type: @client.event async def on_ready(): print('Bot is ready!') If this doesn't help then you can check out my post; here I have a we2 years ago