Skip to content

spicybirsge/notebin-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.