Take quests, go on adventures, collect treasures and grow your merk business! Merk Camp is a discord bot game that has taken inspiration from the settings of many RPGs. The bot allows you to run a mercenary camp equipping and keeping your merks healthy as they go on various adventures! Then once you collect the rewards of their adventure you can upgrade and grow your business.
Have trouble remembering that long list of commands in depth bot games often have? No worried Merk-camp uses reaction controls allowing the user to simply click on a provided reaction to do an action
merk-camp
the most important command in the game, brings up a navagatable "menu" where you can view all the information about your camp(merks, avalable missions, items, ect).merk-account
allows you to manage your merk camp account, allowing you to make a new camp or delete your account alltogethermerk-leaderboard
pulls up a display of the top camps in the server along with your own ranking.merk-help
provides a list of all commands that the user can use along with desriptions.merk-about
provides some interesting insight into the games idea and insperation.
- Make a bot
go to https://discord.com/developers and select the new application button, then once you created a new application convert it into a bot by clicking the bot setting. - Invite the bot to your server
go to https://discordapi.com/permissions.html select all the permissions (in the future this will be changed to just requierd ones) and paste in yout client id (found with the privious step) and invite it to your server - Make a mongobd cluster
fo to https://www.mongodb.com/ and log into your account, then navagate through making a cluster and get the SRV - Download dependencies
runnpm install
in the terminal and all the requierd dependencies should download - Make a
.env
file
in the main folder make a.env
file and paste in
DISCORD_TOKEN = <replace this all with your token>
MONGODB_SRV = <replace this with your srv>
- Run the bot!
in the console typenode .
and your bot will start right up!