8000 Added !neko and migrated to 1.0 by ligix · Pull Request #5 · pyrogram/plugins · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Added !neko and migrated to 1.0 #5

Open
want 8000 s to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added !neko to README.md
  • Loading branch information
GodSaveTheDoge committed Oct 2, 2020
commit 26d613fd5d07df721da85bdaa6c050db0a13d0ab
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ Name | Description | Usage
[**welcome**](plugins/welcome), by [delivrance](//github.com/delivrance) | Greet new members with a welcome message | Run and wait for new members to join your groups
[**eval**](plugins/eval), by [Furoin](//github.com/Furoin) | Evaluate a Python expression and send the result | Example: `!eval 1+2+3`
[**replace**](plugins/replace), by [brightside](//github.com/bright5ide) | Search and Replace a part of a message to suggest user if he meant something else | Reply to a group chat text message with `!r <old>/<new>`
[**neko**](plugins/neko), by [GodSaveTheDoge](//github.com/GodSaveTheDoge) | Paste something to nekobin.com and send the link | Reply to a text message with `!neko`
2 changes: 1 addition & 1 deletion plugins/nekobin/neko.py → plugins/neko/neko.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License
#
# Copyright (c) 2020 Dan Tès <https://github.com/delivrance>
# Copyright (c) 2020 GodSaveTheDoge <https://github.com/GodSaveTheDoge>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
0