3 subscribers
88 photos
9 videos
61 files
64 links
Test
Download Telegram
Now Configure your Vm/Instance Settings:

~ VPS Location can be nearest to your location to be faster, although I recommend US.
~Server OS Can be Linux/Windows (In this tutorial I am using Ubuntu Server 20.04 LTS).
~2vcpu + 4gb size is enough for this bot.
~In authentication choose what suits you more SSH Key/Password
~You can choose default setting in Disks,Networking,Management,Advanced,Tags.

Now just create/deploy your VM/Instance
Now open your twillio dashboard and copy the following:-

~Trial Number
~Account SID
~Auth Token
Now can move your cursor using the arrow keys and Replace the following:-

accountSid: 'INPUT_YOUR_SID',
authToken: 'INPUT_YOUR_AUTH_TOKEN',
callerid: 'INPUT_YOUR_TRIAL_NUMBER',
Now Change the Following Values as well:-

apipassword: 'Any_PASS_YOU_LIKE'
serverurl: 'https://YOUR_VPS_IP:1337'
Now open your discord dashboard and create a new server.
Create a new text channel and go to its settings
Go to Integrations tab in the settings. and click on Create Webhook.
Click on Copy Webhook URL
Now move back to your cmd or terminal.
And edit the following:-

discordwebhook: 'PASTE_YOUR_WEBHOOK_URL',
Now after pasting webhook url pres ctrl+x and then press Y to save your changes.
Run apt-get update && apt-get upgrade -y
Run this apt install nodejs -y
Run apt install npm -y
Now after install complete run npm i in the api directory.