Skip to content

Commit

Permalink
docs: updated commandlist, version upped to 5.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizkiller96 committed Nov 11, 2024
1 parent 5ee91d8 commit 54ae649
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/WizBot/WizBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Version>5.1.19</Version>
<Version>5.1.20</Version>

<!-- Output/build -->
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
Expand Down
111 changes: 79 additions & 32 deletions src/WizBot/data/commandlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2750,37 +2750,6 @@
}
],
"Gambling": [
{
"Aliases": [
".betstats",
".bs"
],
"Description": "Shows the current bet stats for yourself, or the targetted user.\nYou may optionally specify the game to show stats for.\nSupported games right now are: bf, br, bd, lula, slot, race",
"Usage": [
".betstats",
".betstats @someone",
".betstats @someone lula",
".betstats bd"
],
"Submodule": "Gambling",
"Module": "Gambling",
"Options": null,
"Requirements": []
},
{
"Aliases": [
".gamblestats",
".gs"
],
"Description": "Shows the total stats of several gambling features.\nUpdates once an hour.",
"Usage": [
".gamblestats"
],
"Submodule": "Gambling",
"Module": "Gambling",
"Options": null,
"Requirements": []
},
{
"Aliases": [
".timely"
Expand Down Expand Up @@ -3029,7 +2998,7 @@
".rakeback",
".rb"
],
"Description": "Try to claim any rakeback that you have avaialable.\nRakeback is accumulated by betting (not by winning or losing).\nDefault rakeback is 0.05 * house edge\nHouse edge is defined per game",
"Description": "Try to claim any rakeback that you have available.\nRakeback is accumulated by betting (not by winning or losing).\nDefault rakeback is 0.05 * house edge\nHouse edge is defined per game",
"Usage": [
".rakeback"
],
Expand Down Expand Up @@ -3145,6 +3114,70 @@
"Bot Staff Only"
]
},
{
"Aliases": [
".betstatsreset",
".bsr",
".bsreset"
],
"Description": "Reset all of your Bet Stats for a fee.\nYou can alternatively reset Bet Stats for the specified game.",
"Usage": [
".betstatsreset",
".betstatsreset game"
],
"Submodule": "BetStatsCommands",
"Module": "Gambling",
"Options": null,
"Requirements": []
},
{
"Aliases": [
".betstats",
".bs"
],
"Description": "Shows the current bet stats for yourself, or the targetted user.\nYou may optionally specify the game to show stats for.\nSupported games right now are: bf, br, bd, lula, slot, race",
"Usage": [
".betstats",
".betstats @someone",
".betstats @someone lula",
".betstats bd"
],
"Submodule": "BetStatsCommands",
"Module": "Gambling",
"Options": null,
"Requirements": []
},
{
"Aliases": [
".gamblestats",
".gs"
],
"Description": "Shows the total stats of several gambling features.\nUpdates once an hour.",
"Usage": [
".gamblestats"
],
"Submodule": "BetStatsCommands",
"Module": "Gambling",
"Options": null,
"Requirements": []
},
{
"Aliases": [
".gamblestatsreset",
".gsr",
".gsreset"
],
"Description": "Resets the gamble stats.",
"Usage": [
".gamblestatsreset"
],
"Submodule": "BetStatsCommands",
"Module": "Gambling",
"Options": null,
"Requirements": [
"Bot Owner Only"
]
},
{
"Aliases": [
".blackjack",
Expand Down Expand Up @@ -6644,6 +6677,20 @@
"No Public Bot"
]
},
{
"Aliases": [
".snipe",
".sn"
],
"Description": "Snipe the message you replied to with this command.\nOtherwise, if you don't reply to a message, it will snipe the last message sent in the channel (out of the last few messages) which has text or an image.",
"Usage": [
".snipe"
],
"Submodule": "Utility",
"Module": "Utility",
"Options": null,
"Requirements": []
},
{
"Aliases": [
".prompt"
Expand Down

0 comments on commit 54ae649

Please sign in to comment.