5 lines
72 B
Lua
5 lines
72 B
Lua
|
local hachi = require("itte")
|
||
|
hachi.confs.prefix = "hachi"
|
||
|
|
||
|
hachi.run()
|