mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
resolving conversations x2...
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
4d54793cc6
commit
700ad40d7d
2 changed files with 2 additions and 2 deletions
|
@ -649,7 +649,7 @@
|
|||
<value>Начал бустить сервер</value>
|
||||
</data>
|
||||
<data name="RandomMinGreaterThanMax" xml:space="preserve">
|
||||
<value>Минимальное число больше чем максимальное!</value>
|
||||
<value>Минимальное число больше максимального!</value>
|
||||
</data>
|
||||
<data name="RandomOutput" xml:space="preserve">
|
||||
<value>Ваше случайное число:</value>
|
||||
|
|
|
@ -19,7 +19,7 @@ using Remora.Results;
|
|||
namespace Boyfriend.Commands;
|
||||
|
||||
/// <summary>
|
||||
/// Handles commands related to tools: /showinfo, /random.
|
||||
/// Handles tool commands: /showinfo, /random.
|
||||
/// </summary>
|
||||
[UsedImplicitly]
|
||||
public class ToolsCommandGroup : CommandGroup
|
||||
|
|
Loading…
Add table
Reference in a new issue