Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.38 KB

DiaryBot-V2

Node.js CI

This is a discord bot designed to allow users to create private channels that they have alot of control over.

Prerequisites

Node JS - 14

Setup

Basic

npm install npm start

PM2 Setup

npm install pm2@latest -g

pm2 start bot.js

Docker

docker build --pull --rm -f "dockerfile" -t diarybotv2:latest "." docker run -d diarybotv2:latest

commands


`info` - shows bot info
`create` - Will create a new diary channel that only you have access to
`public/private` - will make your diary public/private
`close` - archives the diary so only staff can see it
`add ` - Used to add people to your diary
`remove ` - Used to remove people from your diary
`rename ` - Used to rename your diary!
`commenting on/off` - used to enabled and disable all users been able to write in your diary.
`transfer ` - Transfers ownership (doesn't give perms to view the channel just use commands)
`archive` - archives the diary so only you and high ranking staff can see it (staff can unarchive them for you)