From 8ede3909a699639865566775ee88db42ea980a15 Mon Sep 17 00:00:00 2001 From: Avior Date: Tue, 18 Jul 2023 12:17:26 +0200 Subject: [PATCH] feat: add example env --- .env.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..8665105 --- /dev/null +++ b/.env.example @@ -0,0 +1,17 @@ +# copy this file into .env and fill everything you can + +########### +# Discord # +########### + +# Prefix that the bot reconize +DISCORD_PREFIX= +# the login token +DISCORD_TOKEN= + +############ +# Telegram # +############ + +# Token to allow the bot to work on Telegram +TELEGRAM_TOKEN=