From 4cc8a1754f884b63fc346e7d23bb6f3fc4259b71 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Fri, 26 Mar 2021 20:00:10 +0100 Subject: [PATCH] Add shebang --- ubot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ubot.py b/ubot.py index f252e34..d21721f 100644 --- a/ubot.py +++ b/ubot.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 import os from telethon import TelegramClient, events