Merge branch 'doruq-patch-1' into develop
This commit is contained in:
commit
3d0b3a64f8
@ -102,13 +102,13 @@ end
|
|||||||
_stats = read_file_stats()
|
_stats = read_file_stats()
|
||||||
|
|
||||||
return {
|
return {
|
||||||
description = "Plugin to update user stats.",
|
description = "Plugin to update user stats.",
|
||||||
usage = "!stats: Returns a list of Username [telegram_id]: msg_num",
|
usage = "!stats: Returns a list of Username [telegram_id]: msg_num",
|
||||||
patterns = {
|
patterns = {
|
||||||
".*",
|
".*",
|
||||||
"^!(stats)"
|
"^!(stats)"
|
||||||
},
|
},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
|
|
||||||
end
|
end
|
Reference in New Issue
Block a user