A multitasking Discord Bot.
- A list of feature will be added soon on our website.
Below is a list of technology that we used. For some package you might need to verify the version you have installed, it might be required.
- Activate the developper mode on Windows 10
- Navigate to "Activate or desactivate Windows functionality"
- Check "Sub-system Windows for Linux (beta)"
- Open Linux commandline
- Install git:
sudo apt-get install git
- Install ssh:
sudo apt-get install ssh
- Install npm:
sudo apt-get install npm
- Generate an ssh key:
ssh keygen
- Accept the default location
- Enter a password
- Retype your password to confirm it
- Check if the ssh folder contain the key:
ls ~/.ssh
- Display the ssh key:
~/.ssh/id_rsa.pub
- Open a terminal
- Install git:
sudo apt-get install git
- Install ssh:
sudo apt-get install ssh
- Install npm:
sudo apt-get install npm
- Generate an ssh key:
ssh keygen
- Accept the default location
- Enter a password
- Retype your password to confirm it
- Check if the ssh folder contain the key:
ls ~/.ssh
- Display the ssh key:
~/.ssh/id_rsa.pub
- Create a new repository
- Navigate into the new repository
- Fork the project
- Import the git repository into it
git remote add origin <repository_git_url>
- Duplicate
config.json.exemple
and name itconfig.json
- Go to Discord devloppers website and create a new app
- Make the app a bot user
- Replace the token line by your discord bot token
- Install the node_modules
npm install
- The bot should work if there any issue report it on the main repository Link at the bottom of the page
To start the bot simply run
npm start
Project is: in progress
- If the user has an account check their language preference and answer in that language (Required NoxGamingQC/translation-module-js).
This project is open source and available under the MIT License.