From e6b1ffb66b348c46367803d6991f3ab7bd882138 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Mon, 12 Feb 2024 15:31:11 -0700 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2248861..77b1753 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ Checks if the specified domain or IP address is reachable by attempting to ping Retrieves the karma points for the specified user. Retrieves the karma points for the specified user from a database and sends them as a message to the chat room. -⇧ **!karma up** +⇧ **!karma user up** Increases the karma points for the specified user by 1. Increases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room. -⇩ **!karma down** +⇩ **!karma user down** Decreases the karma points for the specified user by 1. Decreases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room.