Run Commands - fin-github/erlcpy GitHub Wiki
Here is would you would write a command:
import erlclib.erlc as erlc
bot = erlc.ERLC(key="INSERT YOUR KEY")
bot.run_command(":m This is automated!")```
Here is would you would write a command:
import erlclib.erlc as erlc
bot = erlc.ERLC(key="INSERT YOUR KEY")
bot.run_command(":m This is automated!")```