luanti-network-api-client/examples/Chatbot.py

9 lines
142 B
Python
Raw Normal View History

2024-12-07 01:17:53 +03:00
"""
This example shows a simple chatbot, that listens on commands but also on any messages.
"""
from miney import Minetest
mt = Minetest()