UNPKG

discord-timestamper

Version:

A NPX script for easily converting a set time to discord timestamps.

30 lines (18 loc) 496 B
# Discord Timestamper This is an NPX package to quickly make Discord timestamps using your terminal. ## Usage ### With npm To use this script with npm, run: ```bash npx discord-timestamper ``` ### With Deno To use with Deno, run: ```bash deno run --allow-env --allow-sys npm:discord-timestamper ``` OR ```bash deno run -A npm:discord-timestamper ``` 🧱 This package has been tested to work on npm and Deno, but has not been tested on pnpm, yarn, or bun.