NOTICE 1/04/2022: I literally have no motivation to finish Hob in the future. This means I probably wont touch Hob unless necessary (Merging and some tiny fixes mostly). So thanks for sticking around, maybe one day I will finish it.
Seb here, this is my custom Discord bot which has multiple services for many server needs. This is very because it isnt done ofc.
- Basic Knowledge of Javascript,
- MongoDB Server,
- Node.JS updated to latest version.
To install hob you have to download Hob when it is avaliable fully.
- Download Hob
- Add a file named:
config.jsonin Main folder with the following content:{ "token": "(bot token)", "mongoID": "(mongo URL)", "prefix": ";", "devID": [""] }
- Token: Bot token for bot (DO NOT SHARE THIS WITH ANYONE EXCEPT YOURSELF)
- MongoID: Token to access mongoDB.
- Prefix: Bots prefix.
- devID: Discord Ids for dev access.
- Either use a server, online service or if using VSC open the terminal and type: "
node Main" (not advisable for long-term solution).
This is really not advisable without a Hob release. But to do this:
- Type
npm i discord.jsinto the terminal. - Update Node.js if possible.
- Update all commands and modules to any removed/added content.