fix pubkey start

This commit is contained in:
poka 2020-07-10 16:54:46 +02:00
parent e04514abfa
commit d5f9d2711b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ bot.global.text({
});
bot.global.text({
starts: ['g1 membre','g1 membres', 'biz g1 membre','biz g1 membres']
starts: ['membre','membres', 'biz membre','biz membres']
}, (b) => {
membres = exec("src/shell/g1-infos.sh membres", function(err, stdout, stderr) {
if (err) {