Captain Ezio commited on
Commit
8b3ea00
·
1 Parent(s): 31eec1f

Update info.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/info.py +2 -2
Powers/plugins/info.py CHANGED
@@ -72,8 +72,8 @@ async def user_info(c: Gojo, user, already=False):
72
  omp = "User is sudoer"
73
  elif user_id in WHITELIST_USERS:
74
  omp = "User is in whitelist"
75
- else:
76
- omp = "Hmmm.......Who is that again?"
77
  is_bot = user.is_bot
78
  is_fake = user.is_fake
79
  status = user.status
 
72
  omp = "User is sudoer"
73
  elif user_id in WHITELIST_USERS:
74
  omp = "User is in whitelist"
75
+
76
+ omp = "Hmmm.......Who is that again?"
77
  is_bot = user.is_bot
78
  is_fake = user.is_fake
79
  status = user.status