EncryptRyS was an idea I had while programming Lieserl Einstein and Karelia-AI. A bot with a large variety of tools mainly focusing on making encryption, decryption, and other forms of tools accessible to the common discord user.
- latest version of node.js
- latest version of discord.js
- Visual Studio Code (Optional)
-
Installing Dependecies
-
npm iornpm i discord.js fs crypto -
Setting up Variables
- Make your own
.envfile with the variables: - bot_token
- prefix
prefix = prefix
bot_token = bot_token
guildId = guildID
clientId = clientID
This is incredibly helpful for making your projects secure, especially when using hosting, or uploading your random shenanigans on github (Yes, I'm staring at myself.)
- Setting up
There should be no setting up required, just dive in with rys>help or your prefix of choice!
Running with an IDE is preferred. However, if you want to run from the Command Line, navigate to your target location with your copy of index.js with cd <path>, before running node index.js