fixed typo

This commit is contained in:
2023-10-25 10:08:13 +03:00
committed by GitHub
parent 3858156393
commit d3555b6fca

View File

@@ -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;