mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Updated command strings with the description of every param of every command (machine generated)
This commit is contained in:
@@ -81,8 +81,9 @@ public class BotStrings : IBotStrings
|
||||
|
||||
return new CommandStrings()
|
||||
{
|
||||
Args = new[] { "" },
|
||||
Desc = "?"
|
||||
Examples = new[] { "" },
|
||||
Desc = "?",
|
||||
Params = []
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user