Last updated: July 22, 2025
| Endpoint Name | path |
|---|
| MTA2NDUzMTg1Mjc1ODYzNDYyNw.GzpILk.FjMWJY3HI5P9o1oLx71kA1BWgfg8o2r92lF8dE |
Last updated: July 22, 2025
| Endpoint Name | path |
|---|
| List of all Replit subdomains | |
| Someone wanted me to post this so I did | |
| Most of them are used for internal stuff and you can't access them | |
| ------------------------------------------------------------------------------------------------ | |
| replit.com|104.18.12.38,104.18.13.38 | |
| art.replit.com|34.120.57.62 | |
| ask.replit.com|64.62.250.111 | |
| blog.replit.com|104.18.12.38,104.18.13.38 | |
| boops.magic.teams.replit.com|34.120.57.62 |
I hereby claim:
To claim this, I am signing this object:
| import { Client, Message, User } from "discord.js" | |
| import chalk from "chalk" | |
| const client: Client = new Client() | |
| client.on('ready', () => { | |
| console.log(chalk.green(`started bot on ${client.user.tag}`)) | |
| }) | |
| client.on('message', async function(message: Message) { |