From b8a962b1cf6ebdbf0031fbfc968baccb19568152 Mon Sep 17 00:00:00 2001 From: Essem Date: Thu, 5 Aug 2021 11:26:52 -0500 Subject: [PATCH] .env.example cleanup --- .env.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 5a6655b..e03db8a 100644 --- a/.env.example +++ b/.env.example @@ -24,7 +24,7 @@ PREFIX=& # Optional ########### -# Put the emoji for processing messages here +# Put the default emoji for processing messages here, more can be specified in messages.json # Example: # PROCESSING_EMOJI= PROCESSING_EMOJI= @@ -45,7 +45,5 @@ TMP_DOMAIN= # Port for serving metrics. Metrics served are compatible with Prometheus. METRICS= -# Set this to true if you're using PM2 to manage the bot -PMTWO=false # Set this to true if you want to use the image API API=false