mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 09:20:21 -05:00
remove: casino/trivia/bet bots
These bots don't currently do anything. Exception: the casino bot accepts donations through a nerdbot command but doesn't currently do anything else with it. If any trivia/casino/bet features need to be brought back, it would be easy enough to view the old code through the git history, but there's probably a bunch that can be improved with its interface as well.
This commit is contained in:
@@ -41,11 +41,8 @@ class BotFactory extends Factory
|
||||
'help' => $this->faker->text(),
|
||||
'active' => $this->faker->boolean(),
|
||||
'is_protected' => $this->faker->boolean(),
|
||||
'is_triviabot' => $this->faker->boolean(),
|
||||
'is_nerdbot' => $this->faker->boolean(),
|
||||
'is_systembot' => $this->faker->boolean(),
|
||||
'is_casinobot' => $this->faker->boolean(),
|
||||
'is_betbot' => $this->faker->boolean(),
|
||||
'uploaded' => $this->faker->randomNumber(),
|
||||
'downloaded' => $this->faker->randomNumber(),
|
||||
'fl_tokens' => $this->faker->randomNumber(),
|
||||
|
||||
Reference in New Issue
Block a user