mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
resolving conversations!
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
40b8b27ca3
commit
adbfa8b9a5
2 changed files with 2 additions and 2 deletions
|
@ -622,7 +622,7 @@
|
||||||
<value>Banned permanently</value>
|
<value>Banned permanently</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ShowInfoNotOnGuild" xml:space="preserve">
|
<data name="ShowInfoNotOnGuild" xml:space="preserve">
|
||||||
<value>Not on the guild</value>
|
<value>Not in the guild</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ShowInfoMutedByTimeout" xml:space="preserve">
|
<data name="ShowInfoMutedByTimeout" xml:space="preserve">
|
||||||
<value>Muted by timeout</value>
|
<value>Muted by timeout</value>
|
||||||
|
|
|
@ -46,7 +46,7 @@ public class ToolsCommandGroup : CommandGroup
|
||||||
/// A slash command that shows information about user.
|
/// A slash command that shows information about user.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Information on the output:
|
/// Information in the output:
|
||||||
/// <list type="bullet">
|
/// <list type="bullet">
|
||||||
/// <item>Display name</item>
|
/// <item>Display name</item>
|
||||||
/// <item>Discord user since</item>
|
/// <item>Discord user since</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue