Skip to content

A Discord Bot for my discord server, providing private channels for users to share their thoughts!

License

Notifications You must be signed in to change notification settings

ConniBug/DiaryBot-V2

Repository files navigation

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)

About

A Discord Bot for my discord server, providing private channels for users to share their thoughts!

Resources

License

Stars

Watchers

Forks