diff --git a/send_users_list.py b/send_users_list.py index 03d995d..8a2ebd6 100755 --- a/send_users_list.py +++ b/send_users_list.py @@ -16,7 +16,7 @@ def send_users_list(bot: Bot = None): messages = [f'Count: {len(subs)}\n'] for sub in subs: # type: Subscriber - msg = f'#{sub.id:<4} {sub.uid:>14} ' + msg = f'{sub.uid:>14} ' if sub.uid < 0: msg += str(sub.name) else: