quotebot: fix typo

frenemies
cron 2020-10-06 18:24:54 +00:00
parent 887b18936e
commit 69da194461
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ if minetest.settings:get_bool("quotebot_export") then
end
function quotebot.export(file)
fdesc = io.open(file, "w)
fdesc = io.open(file, "w")
fdesc:write(minetest.write_json({
quotes = quotebot.quotes,
chance = quotebot.chance,