What's Changed
- Update README.md by @Polokghosh53 in #168
- Use Clippy tool optimized code by @mrxiaozhuox in #171
- Make websocket id accessible by @sansyrox in #173
New Contributors
- @Polokghosh53 made their first contribution in #168
- @mrxiaozhuox made their first contribution in #171
Full Changelog: v0.15.0...v0.15.1
Now, you can access web socket uuids from the functional calls
@websocket.on("message")
async def connect(websocket_id):
print(websocket_id)
global i
i += 1
if i == 0:
return "Whaaat??"
elif i == 1:
return "Whooo??"
elif i == 2:
i = -1
return "*chika* *chika* Slim Shady."