diff --git a/plugins/version.lua b/plugins/version.lua index b283074..eeb7833 100644 --- a/plugins/version.lua +++ b/plugins/version.lua @@ -3,7 +3,7 @@ do function run(msg, matches) return 'Telegram Bot '.. VERSION .. [[ Checkout http://git.io/6jdjGg - GNU v2 license.]] + GNU GPL v2 license.]] end return { @@ -15,4 +15,4 @@ return { run = run } -end \ No newline at end of file +end