AwooBot 2.5
Added 2019-11-25 07:58:35 +0000 UTCThis version is brought to you by my Patreons and friends in the events group who talked about these features for some time. Thank you for the suggestions and working with me!
-Random command only does fight, hug, feed, vore, and throw now since those commands are not dependent on any external values to run.
-Created drink command that lets players consume beverages of various types that will give bonuses such as effects, cooldown resets, and XP rewards.
-Moved some of the food items that are drinks to the drink menu and wrote appropriate code for them since in food system they only increase weight.
-Added a bunch of new food items based on list of foods from the emoji list of all possible food items.
-Created birthday function that is two parts. First part lets players configure their birthday in DM's with AwooBot. Second part is a task that checks everyday at 10am who has a birthday and will list them out and feed them birthday cake.
-Added resurrect command that only admins can use because during testing it's possible to get stuck in a state where you are dead and unable to continue testing features until healed.
-Fixed a bug with cooldown times not being stored in UTC. Required going through all the code and replacing DateTime.Now with DateTime.UtcNow and also altering connection string to LiteDB.
-Made it so showing stats will show exact amount of remaining time and not a generalized amount anymore.
Comments
The random command will pick drink, fight, hug, feed, vore, or throw. Drink, hug, and feed can be beneficial depending on what the command itself picks but there is no weight to it that it calculates.
Maxwolf
2019-11-25 22:16:35 +0000 UTCIf random does fight, throw, and vore, does that mean it's more likely to do something aggressive randomly than something passive (feed) or positive (Hug)? Like, are the commands weighted evenly?
2019-11-25 21:51:23 +0000 UTCπ»
Reiu
2019-11-25 08:00:55 +0000 UTC