fix
This commit is contained in:
parent
bb9fc2208a
commit
4d9a2344d9
@ -16,7 +16,7 @@ def send_users_list(bot: Bot = None):
|
|||||||
|
|
||||||
messages = [f'Count: {len(subs)}\n']
|
messages = [f'Count: {len(subs)}\n']
|
||||||
for sub in subs: # type: Subscriber
|
for sub in subs: # type: Subscriber
|
||||||
msg = f'<code>#{sub.id:<4} {sub.uid:>14} </code>'
|
msg = f'<code>{sub.uid:>14}</code> '
|
||||||
if sub.uid < 0:
|
if sub.uid < 0:
|
||||||
msg += str(sub.name)
|
msg += str(sub.name)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user