1
0
Fork 1
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:
Macintxsh 2023-09-28 23:10:36 +03:00
parent 40b8b27ca3
commit adbfa8b9a5
Signed by: mctaylors
GPG key ID: 361D326747B61E65
2 changed files with 2 additions and 2 deletions

View file

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

View file

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