diff --git a/README.md b/README.md index fe7b747..3225d9a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Der multifunktionale Telegram-Bot. [Offizielle Webseite](https://brawlbot.tk) | [Entwickler auf Telegram](http://telegram.me/Brawl) **KEIN SUPPORT!** | [Offizieller Kanal](https://telegram.me/brawlbot_updates) Brawlbot ist ein auf Plugins basierender Bot, der die [offizielle Telegram Bot API](http://core.telegram.org/bots/api) benutzt. Ursprünglich wurde er im Dezember 2014 auf Basis von Yagops [Telegram Bot](https://github.com/yagop/telegram-bot/) entwickelt, da aber die Entwicklung von tg-cli [zum Stillstand](https://brawlbot.tk/posts/ein-neuanfang) gekommen ist, wurden alle Plugins des bisher proprietären Brawlbots im Juni 2016 auf die Bot-API portiert und open-sourced. -**Brawlbot v2 basiert auf [otouto](https://github.com/topkecleon/otouto) von Topkecleon.** +**Brawlbot v2 basiert auf [otouto](https://github.com/topkecleon/otouto) von topkecleon.** **HINWEIS::** Ich gebe KEINEN Support für das Aufsetzen des Bots! diff --git a/otouto/utilities.lua b/otouto/utilities.lua index 0516d3e..c9024e8 100644 --- a/otouto/utilities.lua +++ b/otouto/utilities.lua @@ -33,8 +33,8 @@ redis = (loadfile "./otouto/redis.lua")() OAuth = require "OAuth" helpers = require "OAuth.helpers" -http.TIMEOUT = 7 -https.TIMEOUT = 7 +http.TIMEOUT = 10 +https.TIMEOUT = 10 -- For the sake of ease to new contributors and familiarity to old contributors, -- we'll provide a couple of aliases to real bindings here.