mirror of
https://github.com/abdellahaski/Telegram-To-Discord-Bot.git
synced 2025-12-08 11:29:55 +00:00
8 lines
409 B
Bash
8 lines
409 B
Bash
#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:"
|