Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

PandaxCSGO/IdeaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdeaBot

Just send an mp to your bot to send your idea to the channel predefined in config.json.

Built With

Authors

Special Thanks

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

How to install in your server

Install locally

Local hosting of IdeaBot is also possible. First, you will need Node.JS.

Clone the repo:

$ git clone https://github.com/PandaxCSGO/IdeaBot/
$ cd IdeaBot

Install dependencies:

$ npm install

Edit the config.json file, choose the status: dnd for do not disturb online for online idle for inactive inivisible for invisible

Enter your token in place of YourTokenBot.

Enter the id of the channel where the ideas will go when sent to the bot instead of YouridChannelForIdea

Modify the bdd.json file to add your database information

Install pm2:

$ npm install pm2 -g

Finally, start Modmail.

$ pm2 start index.js

Server using this project

Releases

No releases published

Packages

No packages published