https://github.com/0tickpulse/discord-code-block-paster-standalone
https://github.com/0tickpulse/discord-code-block-paster-standalone
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0tickpulse/discord-code-block-paster-standalone
- Owner: 0tickpulse
- License: agpl-3.0
- Created: 2023-01-27T15:53:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T15:56:30.000Z (over 3 years ago)
- Last Synced: 2025-03-18T00:45:24.118Z (about 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-code-block-paster-standalone
A standalone version of my Discord Code Block Paster from my Discord Bot. Pastes long code blocks and attachments that users send into a Hastebin and sends the link.
## Setup
Make sure you have [pnpm](https://pnpm.io/) installed.
1. Git clone this repo
2. Open the folder in your terminal
3. Write your token in `out/config/token.json`.
4. Run `pnpm install`.
## Usage
To start, run `pnpm start`.