9 lines
142 B
Python
9 lines
142 B
Python
"""
|
|
This example shows a simple chatbot, that listens on commands but also on any messages.
|
|
|
|
"""
|
|
from miney import Minetest
|
|
|
|
mt = Minetest()
|
|
|