Beim Mergen verwechselt
This commit is contained in:
parent
494d06f063
commit
e4bc364179
@ -20,14 +20,11 @@
|
|||||||
|
|
||||||
local bot = {}
|
local bot = {}
|
||||||
|
|
||||||
bindings = require('miku.bindings')
|
|
||||||
utilities = require('miku.utilities')
|
|
||||||
|
|
||||||
bot.version = '160824'
|
bot.version = '160824'
|
||||||
|
|
||||||
function bot:init(config) -- The function run when the bot is started or reloaded.
|
function bot:init(config) -- The function run when the bot is started or reloaded.
|
||||||
bindings = require('otouto.bindings').init(config.bot_api_key)
|
bindings = require('miku.bindings').init(config.bot_api_key)
|
||||||
utilities = require('otouto.utilities')
|
utilities = require('miku.utilities')
|
||||||
cred_data = load_cred()
|
cred_data = load_cred()
|
||||||
|
|
||||||
-- Fetch bot information. Try until it succeeds.
|
-- Fetch bot information. Try until it succeeds.
|
||||||
|
Reference in New Issue
Block a user