E
E
EcoTry2021-05-22 15:31:53
JavaScript
EcoTry, 2021-05-22 15:31:53

How to force a bot to send an invitation to a user?

How to force the Bot to send an invitation to the user. Example: !invite (user)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladislav Lyskov, 2018-12-17
@Vlatqa

$('prop').each(function (index, element) {
             var container = $(this).attr('id');

well at least propa point is missed

S
Stockholm Syndrome, 2018-12-17
@StockholmSyndrome

$(document).ready(function() {
  show();
  setInterval(show, 1000);
});

A
Anton Shelestov, 2018-12-17
@ShelestovAnt

maybe not
a
$('#' + container).appendChild(itemBtn);

O
old_stalin, 2021-05-24
@EcoTry

no way

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question