diff --git a/plugins/version.lua b/plugins/version.lua index 742f468..9e7d4a1 100644 --- a/plugins/version.lua +++ b/plugins/version.lua @@ -1,5 +1,5 @@ function run(msg, matches) - return 'Mikubot V.'..VERSION..' by @Akamaru. \n\nSourcecode: https://ponywave.de/a/mikubot' + return 'Mikubot V.'..VERSION..' by @Akamaru. \n\nUpdate-Channel: @mikubot_updates \nChangelog: PonyWave.de/a/mikuupdates' end return {