This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot-2/main.lua
Akamaru b7ed1dbc80 Alles miku
Erste Anpassungen für Mikudayobot
2016-07-17 13:22:27 +02:00

7 lines
120 B
Lua

local bot = require('miku.bot')
local instance = {}
local config = require('config')
return bot.run(instance, config)