A simple Discord bot built using DiscordJS and deployed on Railway that
- Welcomes you to the server
- Automatically assigns you a role
- Reminds you weekly for your updates
-
Clone the repository on your local machine
git clone https://github.com/CommunityOfCoders/Inheritance-Bot.git
-
Install all the packages with
yarn
-
Create a
.env
file with the below contents:DISCORD_TOKEN=Your Discord Server Token CHANNEL_ID_WELCOME=Welcome Channel ID CHANNEL_ID_ANNOUNCEMENTS=Announcements Channel ID ROLE_ID=ID of the role to automatically assign ROLE_ID_MENTEES=ID of the mentees role
-
For build, run
npm run build
For development, simply runnpm start