/Cryptero

Discord bot for encryption and decryption

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

🤖 Cryptero

Cryptero is a discord bot that is used for encryption and decryption

Requirements

  1. Discord Bot Token Guide
  2. Node.js v16 or newer

🚀 Getting Started

git clone https://github.com/ed1ndev/Cryptero.git
cd Cryptero
npm install

⚙️ Configuration

Copy or Rename config.json.example to config.json and fill out the values:

⚠️ Note: Never commit or share your token or api keys publicly ⚠️

{
    "token": "DISCORD_BOT_TOKEN",
    "prefix": "!",
    "globalSlashCommands": true
}

🤝 Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/Cryptero.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Stage changes git add .
  5. Commit your changes: cz OR npm run commit do not use git commit
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request