diff --git a/plugins/stats.lua b/plugins/stats.lua index e9fcf7e..b062873 100644 --- a/plugins/stats.lua +++ b/plugins/stats.lua @@ -86,7 +86,7 @@ end _stats = read_file_stats() return { - description = "Numer of messages by user", + description = "Number of messages by user", usage = "!stats", patterns = { ".*", @@ -95,4 +95,4 @@ return { run = run } -end \ No newline at end of file +end