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:
Roardom
2024-04-30 07:01:25 +00:00
parent 32aa20b1f8
commit d32ae88e86
12 changed files with 39 additions and 552 deletions
-3
View File
@@ -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(),