1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 13:06:29 +03:00

Add /random (#127)

It could have been a milestone PR, but of course I made a mistake
_somewhere_.

---------

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-29 19:22:44 +03:00 committed by GitHub
parent 04897cab20
commit 2e2f50908e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 95 additions and 2 deletions

View file

@ -648,4 +648,10 @@
<data name="ShowInfoGuildMemberPremiumSince" xml:space="preserve">
<value>Nitro booster since</value>
</data>
<data name="RandomMinGreaterThanMax" xml:space="preserve">
<value>The minimum number is greater than the maximum!</value>
</data>
<data name="RandomOutput" xml:space="preserve">
<value>Your random number is:</value>
</data>
</root>