Updated command strings with the description of every param of every command (machine generated)

This commit is contained in:
Kwoth
2024-05-07 12:09:02 +00:00
parent 8e589660ac
commit 03c5124122
4 changed files with 3852 additions and 1778 deletions

View File

@@ -81,8 +81,9 @@ public class BotStrings : IBotStrings
return new CommandStrings()
{
Args = new[] { "" },
Desc = "?"
Examples = new[] { "" },
Desc = "?",
Params = []
};
}