mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 21:58:20 +00:00
Remove sample commands plugin
This commit is contained in:
parent
ac28544351
commit
24f3be3aa5
@ -1,11 +0,0 @@
|
|||||||
from Houdini.Handlers import Handlers, XTPacket
|
|
||||||
|
|
||||||
|
|
||||||
class Commands:
|
|
||||||
|
|
||||||
def __init__(self, server):
|
|
||||||
self.server = server
|
|
||||||
|
|
||||||
@Handlers.handler(XTPacket('s', 'sm'))
|
|
||||||
async def handle_send_message(self, message: str):
|
|
||||||
print('Do stuff with {}'.format(message))
|
|
Loading…
Reference in New Issue
Block a user