From b846ef0a0aa0b0c27ba15026ae0eaac9664080ba Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 13 Sep 2021 16:46:14 +0200 Subject: Add bullshit command from 9front --- bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.lua') diff --git a/bot.lua b/bot.lua index e756139..16b872f 100644 --- a/bot.lua +++ b/bot.lua @@ -201,7 +201,7 @@ end return function(_http, _env, _storage) http, env, storage = _http, _env, _storage - for _, f in ipairs {"nsfw", "roleplay", "death", "economy", "random", "http", "operator"} do + for _, f in ipairs {"nsfw", "roleplay", "death", "economy", "random", "http", "operator", "bullshit"} do local func, err = env.loadfile("clientmods/furrybot/" .. f .. ".lua") if not func then -- cgit v1.2.3