v0.0.9 18/07/2021
Co-authored-by: New-dev0 <New-dev0@users.noreply.github.com> Co-authored-by: Aditya <me@xditya.me> Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-authored-by: sppidy <sppidy@users.noreply.github.com> Co-authored-by: Arnab Paryali <Arnabxd@users.noreply.github.com> Co-authored-by: divkix <divkix@users.noreply.github.com> Co-authored-by: hellboi_atul <hellboi-atul@users.noreply.github.com> Co-authored-by: Programming Error <error@notavailable.live>
This commit is contained in:
@@ -4,14 +4,12 @@
|
||||
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
|
||||
# PLease read the GNU Affero General Public License in
|
||||
# <https://www.github.com/TeamUltroid/Ultroid/blob/main/LICENSE/>.
|
||||
|
||||
"""
|
||||
✘ Commands Available -
|
||||
|
||||
• `{i}randomuser`
|
||||
Generate details about a random user.
|
||||
"""
|
||||
|
||||
from . import *
|
||||
|
||||
|
||||
@@ -19,5 +17,5 @@ from . import *
|
||||
async def _gen_data(event):
|
||||
x = await eor(event, get_string("com_1"))
|
||||
msg, pic = get_random_user_data()
|
||||
await ultroid_bot.send_file(event.chat_id, file=pic, caption=msg)
|
||||
await event.reply(file=pic, message=msg)
|
||||
await x.delete()
|
||||
|
||||
Reference in New Issue
Block a user