An open API service indexing awesome lists of open source software.

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

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`.