mirror of
https://github.com/abdellahaski/Telegram-To-Discord-Bot.git
synced 2025-12-08 11:29:55 +00:00
First Commit
This commit is contained in:
7
example.env
Normal file
7
example.env
Normal file
@@ -0,0 +1,7 @@
|
||||
#APPID AND HASH https://core.telegram.org/api/obtaining_api_id
|
||||
APPID = "123"
|
||||
APIHASH = "bcdddexample123123" #
|
||||
APINAME = "Telegram To Discord" # Any string will do
|
||||
DLLOC = 'C:\tmp' # Temp storage for media, if able use a location in memory (unix)
|
||||
|
||||
TEXT_TO_PREPEND="@here \n" #Text to prepend to every message, it can be a ping (@everyone, @here, or @role) and it can be a text or emojies like ":point_right:"
|
||||
Reference in New Issue
Block a user