Look In Issues Tab For TODO List / Feature Requests
Overmounting is a discord bot made by the Undermounting team!
You can invite and use the bot with this link
Join our Discord Server
Welcome to the Overmounting bot repository! This guide will walk you through setting up your local development environment to contribute to or run the Overmounting Discord bot.
Before you begin, ensure you have the following installed:
- Node.js
- Git
git clone https://github.com/Gaute945/Overmounting.gitor
gh repo clone Gaute945/Overmountingnpm installCreate a .env file In the project root to store your environment variables.
Add the following variables to your .env file:
DISCORD_TOKEN=your_discord_bot_token
APP_ID=your_app_id
GUILD_ID=your_guild_idYour Discord Token and App Id is found in the Discord Developer Portal Guild Id is for your development server and found by right-clicking a server in the discord app and pressing "Copy Server ID" or in the url on web clients
To start the bot locally, use index.js
node index.js
If you're changing commands then you need to registre the commands using deploy-commands.js
node deploy-commands.js