To stop the Bot Revolution 🤖 , a bot will only be added to the UserStore if it has a unique UUID field. The way this is done is by using getUUIDFromBytes() by passing in the bytes of the bot's name. The check for unique Id's was added in UserStore. A test was also added for this.
Now that the bot classes are completed, I'll send a new PR with tests for NemoBot and ConversationStatBot, and update the tests for BotController if needed.
To stop the Bot Revolution 🤖 , a bot will only be added to the
UserStore
if it has a uniqueUUID
field. The way this is done is by usinggetUUIDFromBytes()
by passing in the bytes of the bot's name. The check for unique Id's was added inUserStore
. A test was also added for this.Now that the bot classes are completed, I'll send a new PR with tests for
NemoBot
andConversationStatBot
, and update the tests forBotController
if needed.Fixes #113