Go to this link and add the bot to your server.
We are hosting Squirrelers bot on our own servers. Bot will be online 24/7. We currently don't have enough resources to host the bot. If you want to host the bot on your own server, you can follow the steps below.
- Clone the repository
git clone https://github.com/chimpdev/squirrelers-bot.git- Go to the project directory
cd squirrelers-bot- Install dependencies
pnpm i-
Create a new cluster on MongoDB Atlas and copy the connection string.
-
Create a new application on Discord Developer Portal and copy the bot token.
-
Edit
.envfile (see below) -
Start the bot
pnpm start- (optional) Register commands to Discord
pnpm register:commandsThis bot uses .env file to store sensitive data. You can create .env file in the root directory of the project and add the following variables to it.
| Variable | Description | Required |
|---|---|---|
DISCORD_TOKEN |
Discord bot token | ✅ |
MONGO_URI |
MongoDB connection string | ✅ |