> For the complete documentation index, see [llms.txt](https://crypton.gitbook.io/crypton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypton.gitbook.io/crypton/master.md).

# Home

## Introduction

Crypton is made in JavaScript with [discord.js](https://discord.js.org/) library and uses [Node.js](https://nodejs.org/) as runtime, you won't need knowledge of the language itself to run the bot, for editing the code however, a grasp of the language is necessary more info here.

#### Features

* MongoDB for storing data and retrieving it
* Event Handler
* Advanced Command Handler with cooldowns and args
* .env support for hosting on platforms such as [repl.it ](https://replit.com)and [glitch.me](https://glitch.me/)
* Command Line interface to run bot without any knowledge of programming

#### Prerequisites

* &#x20;[Npm](https://npmjs.org): 6.0.0v+
* [Nodejs](https://nodejs.org/): 12.0.0v+

#### Next Steps

You can move ahead on installing the bot if you have the Prerequisites, if you don't you should get them first.
