summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/website_telegram.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/website_telegram.py')
-rw-r--r--indoteknik_custom/models/website_telegram.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/website_telegram.py b/indoteknik_custom/models/website_telegram.py
index 8bd789a1..e17da371 100644
--- a/indoteknik_custom/models/website_telegram.py
+++ b/indoteknik_custom/models/website_telegram.py
@@ -45,8 +45,8 @@ class WebsiteTelegram(models.Model):
peer=InputPeerChannel(channel_id=channel.channel_id, access_hash=result.chats[0].access_hash),
))
self.invite_link = channel_link.link
- username_to_add = ['@imsep81', '6285764475716', '@stephanchrst']
- # username_to_add = ['@imsep81']
+ # username_to_add = ['@imsep81', '6285764475716', '@stephanchrst']
+ username_to_add = ['@imsep81']
for name in username_to_add:
user_to_add = await client.get_entity(name)
result_add_user = await client(functions.channels.InviteToChannelRequest(