1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-05 21:46:28 +03:00

Add /guildinfo (#152)

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-10-06 15:23:45 +03:00 committed by GitHub
parent 6f1e543edb
commit 72f728323e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 225 additions and 9 deletions

View file

@ -486,7 +486,7 @@
<data name="ShowInfoDisplayName" xml:space="preserve">
<value>Display name</value>
</data>
<data name="ShowInfoTitle" xml:space="preserve">
<data name="InformationAbout" xml:space="preserve">
<value>Information about {0}</value>
</data>
<data name="ShowInfoMuted" xml:space="preserve">
@ -546,4 +546,22 @@
<data name="TimestampOffset" xml:space="preserve">
<value>Offset: {0}</value>
</data>
<data name="GuildInfoDescription" xml:space="preserve">
<value>Guild description</value>
</data>
<data name="GuildInfoCreatedAt" xml:space="preserve">
<value>Creation date</value>
</data>
<data name="GuildInfoOwner" xml:space="preserve">
<value>Guild owner</value>
</data>
<data name="GuildInfoServerBoost" xml:space="preserve">
<value>Server Boost</value>
</data>
<data name="GuildInfoBoostTier" xml:space="preserve">
<value>Boost level</value>
</data>
<data name="GuildInfoBoostCount" xml:space="preserve">
<value>Boost count</value>
</data>
</root>