vb2007 / discordbot

A simple discord bot of mine developed with node.js's discord.js library.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Feature: /rob command (economy) #16

Open vb2007 opened 1 month ago

vb2007 commented 1 month ago

A command that users can run with X minute breaks.

The executor can specify a user in a server, then if the rob is successful, the bot takes a random amount of money from the specified user, and gives that amount to the command's executor.

As the user keeps robbing, the robSuccessChance value in the database keeps decreasing (from 1, to 0.01).

The robSuccessChance value should set back to 1, after X amount of failed rob attempts.

vb2007 commented 1 month ago

Almost completed it with THIS COMMIT.

The robSuccessChance still needs to be done.