Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 646 Bytes

dumblebee discord tipbot

roles

the below roles are required:
bot
Manage Roles
Manage Messages
Send Messages
Read Messages/View Channels
Read Message History
Add Reactions

server settings

add a role named 'bot approved'.
make sure the BOT's role is above the ROLE it is ASSIGNING.

to init config file

(will not override an existing config file)

npm run config;

to force update the bot server

git fetch --all;  
git reset --hard origin/master;  

run the following command to start:

npm start;

to run in background, use the command:

npm run screenstart;