yes.
- Install latest Node.JS and Yarn if you haven't installed them already
- Clone the repo
git clone https://github.com/salachat/salabot.git
and install the bot's dependenciesyarn
- Create an application at Discord Developer Portal
- Create a bot for the application
- Copy the bot's token and enable all intents (You know, because it's a private bot.)
- Copy the
src/config.example.js
tosrc/config.js
- Edit the config for your needs
- Start the bot
yarn start
This shall be done in future (Figure it out by yourself for now.)
- ChickenBot licensed under MIT by Chicken
formatDuration
function insrc/util.js
paginatedEmbed
function insrc/util.js
stats
commandsrc/commands/System/stats.js
server
commandsrc/commands/Misc/server.js