Cryptero is a discord bot that is used for encryption and decryption
- Discord Bot Token Guide
- Node.js v16 or newer
git clone https://github.com/ed1ndev/Cryptero.git
cd Cryptero
npm installCopy or Rename config.json.example to config.json and fill out the values:
{
"token": "DISCORD_BOT_TOKEN",
"prefix": "!",
"globalSlashCommands": true
}
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/Cryptero.git - Create your feature branch:
git checkout -b my-new-feature - Stage changes
git add . - Commit your changes:
czORnpm run commitdo not usegit commit - Push to the branch:
git push origin my-new-feature - Submit a pull request