Skip to content

Commit

Permalink
fancy module for fun
Browse files Browse the repository at this point in the history
Signed-off-by: Udith <[email protected]>
  • Loading branch information
uaudith committed Mar 17, 2020
1 parent 7e0b323 commit 7e097fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added resources/sticker.webp
Binary file not shown.
10 changes: 10 additions & 0 deletions userge/plugins/alive.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from userge import userge

log = userge.getLogger(__name__)


@userge.on_cmd("alive", about="This command is just for fun XD")
async def alive(_, message: userge.MSG):
await userge.send_sticker(message.chat.id, 'resources/sticker.webp')
await message.delete()
await userge.send_message(message.chat.id, "`USERGE is Up and Running`")

0 comments on commit 7e097fd

Please sign in to comment.