Übernehme einige Änderungen von Brawl345/Brawlbot-v2

This commit is contained in:
2016-07-26 19:06:16 +02:00
parent 8db9a30d13
commit d99c805c3d
6 changed files with 64 additions and 33 deletions

View File

@ -24,6 +24,10 @@ Sende /hilfe, um zu starten
-- false = only whitelisted users can use inline querys
-- NOTE that it doesn't matter, if the chat is whitelisted! The USER must be whitelisted!
enable_inline_for_everyone = true,
-- Botan.io statistics
enable_statistics = false,
botan_token = '',
errors = { -- Generic error messages used in various plugins.
generic = 'An unexpected error occurred.',
@ -71,8 +75,7 @@ Sende /hilfe, um zu starten
'adfly',
'twitter',
-- Put new plugins above this line.
'help',
'greetings'
'help'
}
}
}