When using this prompts, make sure to reply to Clyde's last message to continue the prompt. Everytime you ping Clyde, you start a new session.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MTA2NDUzMTg1Mjc1ODYzNDYyNw.GzpILk.FjMWJY3HI5P9o1oLx71kA1BWgfg8o2r92lF8dE |
Last updated: July 22, 2025
| Endpoint Name | path |
|---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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:
- I am hackermondev on github.
- I am hackermondev (https://keybase.io/hackermondev) on keybase.
- I have a public key whose fingerprint is 19C2 ADC7 DFD1 00F3 446F 6AFB 7DDD FA24 2CB0 F53E
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) { |
NewerOlder