WumpusBud is an upcoming Discord bot made with JavaScript and discord.js. The idea of the bot is to let you manage your own Wumpus pet and collect coins to buy resources. This repository is open source, and you can freely selfhost the bot, as long as you credit me and the other contributors.
Configurating the config.json
{
"token": "Bot_Token",
"mongoURI": "MongoDB_URI",
"devs": ["Your_ID"],
"prefix": "Bot_Prefix",
"guildId": "Support_Server_ID",
"clientId": "Bot_ClientID",
"inviteURL": "Bot_OAuth2_URL"
}
npm install
node index.js
Contributions, issues and feature requests are welcome!
If you want to be a developer then DM me on Discord (tonyG#0001) or you could contirbute directly by Pull Requests. There isn't an issue template yet, but it will be coming soon. Issues that aren't actually issues will be answered and closed, same goes for pull requests.
Copyright © 2021 tonyG433
This project is MIT licensed.
Made with Discord Bot README Template