๐Ÿ“ณdiscordTokenTelegramAPI.json

Settings for the discordTokenTelegramAPI.json

Follow a Telegram or Discord Channel

You can follow both: Almost every Telegram Channel and Discord channel you have. (check with low funds if the signals are read correct).

Discord UserToken and Telegram API

The Discord User Token and the Telegram API let's the Futures Bot see what you see, hence be able to read crypto signals from Discord like you can.

discordTokenTelegramAPI.json
{
  "userToken":" your discord user token here",
  "TelegramAPI": "your telegram API here",
  "TelegramHash": "your telegram Hash here",
  "channelId": "DiscordChannleId or TelegramChannelId",
  "readFormat": "EMBEDS"
}

The channelId is the id of the Discord channel you want to follow. See below how to get it. You can only use one channelId. If you want to follow multiple signals channel with the Futures Bot you need to copy paste the folder and enter the channel id.

Only one Discord Channel Id or Telegram Channel ID! If you want to use the bot on multiple channels you need to copy the whole folder and change the channelId

Or you add the Telegram Channel Id you can get from here:

How to get your discord user Token

Check the following link on how to obtain your Discord user token.

Your Discord User Token can change over time. It lasts for around 3 months. After that you need to get a new one.

How to get the discord channelId?

What is the "format"?

Discord is able to send messages as so called "Embeds" or normal texts messages. Based on the type the signal provider sends the signal you can choose and the bot is able to read the messages. See the below pictures for the difference between Discord embeds and text messages.

So, based on how the messages are sent you use:

"format": "text"
or
"format": "embeds"

The entry is not case sensitive. This means you can write: Text, or text or TEXT. As simple as that ๐Ÿค—

Last updated