diff --git a/miku/plugins/about.lua b/miku/plugins/about.lua index 07836aa..41a4914 100644 --- a/miku/plugins/about.lua +++ b/miku/plugins/about.lua @@ -17,7 +17,7 @@ function about:action(msg, config) -- disabled to restore old behaviour -- if msg.forward_from then return end - local output = config.about_text .. '\n[Mikudayobot](https://github.com/Akamaru/Mikubot-V2) v'..bot.version..' von @Akamaru, basierend auf [miku](https://github.com/topkecleon/miku) von topkecleon.' + local output = config.about_text .. '\n[Mikudayobot](https://github.com/Akamaru/Mikubot-V2) v'..bot.version..' von @Akamaru, basierend auf [otouto](https://github.com/topkecleon/otouto) von topkecleon.' if (msg.new_chat_member and msg.new_chat_member.id == self.info.id)