Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1018 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 1018 Bytes

Notebin Bot

Deploy on Railway

Credits

  • No crediting or anything is required, feel free to copy or do anything with this code its completely free.

Links

  1. Notebin - https://notebin.cf
  2. Notebin api - https://notebin.cf/api
  3. Notebin src - https://github.com/spicybirsge/notebin

Requirements for self hosting

  • Node v16. 6.0 or higher

Self hosting

  1. Go to https://discord.com/developers and create a bot and get its token
  2. Then copy this project and add an env variable called token and set its value to the token you got
  3. Run the command npm install to install all dependencies
  4. Run the project using node index.js
  5. Wanna deploy this easily? click the "Deploy on Railway" button.