Sort GP list by amount

This commit is contained in:
Watn3y 2023-03-21 21:30:47 +01:00
parent eb10fde8f7
commit 52f4898c2b
3 changed files with 9 additions and 9 deletions

View file

@ -49,7 +49,7 @@ func help(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
"<code>/help </code><i>Sends this help message</i>" + "\n" +
"<code>/gp </code><i>List Gaypoints for user or group</i>" + "\n" +
"<code>/remindme 2m,5h,7d &lt;message&gt; </code> <i>Send a reminder message in 2 minutes, 5 hours, 7 days</i>" + "\n\n" +
"<b>Admin Commands:</b>" + "\n\n" +
"<b>Admin Commands:</b>" + "\n" +
"<code>/addgp &lt;amount&gt; </code> <i>Add Gaypoints to User</i>" + "\n" +
"<code>/subtractgp &lt;amount&gt; </code> <i>Add Gaypoints to User</i>" + "\n"