From 19172c1467cea69154639faae5c961ca9b70e3aa Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 16 Aug 2022 17:44:08 +0100 Subject: [PATCH] Add comments to env template --- .env.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 9083e6c..3ceffc8 100644 --- a/.env.template +++ b/.env.template @@ -1,2 +1,5 @@ DISCORD_TOKEN = -PREFIX = ! \ No newline at end of file +PREFIX = ! + +# www.writebots.com/discord-bot-token/ +# Prefix can be whatever you want, default is `!` \ No newline at end of file