Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
/ telf Public archive

Discord self-bot to convert date into UNIX timestamp.

License

Notifications You must be signed in to change notification settings

headlined/telf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telf

Calendar to UNIX Timestamp conversion 🗓️

How do I install & run Telf? 🚀

  1. Download the source code from the Github page.

    Download Source Code

    Keep in mind, you need Yarn and Node for this to work.

  2. Extract the repository on your machine.

    Extract Repository

    You can use default settings, or you may use extractors like WinRar or 7-Zip.

  3. Open a new terminal, locate your extracted folder and with yarn, add discord.js-selfbot-v13 using the code below.

yarn add discord.js-selfbot-v13
  1. Go inside of the self folder, and double-click on self.ts.

    Open self.ts

  2. In the userToken variable, put your Discord token.

    Set userToken

    Don't know how to get your token? Follow these instructions.

  3. Save & go inside the telf-master folder, and open with Terminal.

    Open with Terminal

  4. Start the process with Yarn.

    Start with Yarn

  5. You're done! View the usage tab below to see how to use Telf. ✅

How can I convert my messages? 📩

  1. If you have the program running, you may run unix:[Month] [Day], [Year].

    Run the Program

    The format has to be EXACTLY like that, otherwise it won't convert.

  2. Send the message, if it worked right, it should delete your response and send the converted date!

    Send Message

    Didn't work? Check your format or try re-building the program. Make sure the terminal instance is running too!

Made with ❤️ by Headlined

If you liked the project, star it! ⭐ Stars help me get motivation to make more dumb projects like this.