From d3555b6fca311bee80ffe3a59952150b4e593bf1 Mon Sep 17 00:00:00 2001 From: Tudor Andrei Date: Wed, 25 Oct 2023 10:08:13 +0300 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97db820..604ddbc 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ namespace SlashCommands { public string Name => "random"; - public string Description => "Generates a random nunber between 2 values"; + public string Description => "Generates a random number between 2 values"; public bool canUseDM => true;