Conversation
…rThreadOrChannel(), and BuildCore(). Added record DiscordCategoryToThread for a return type for BuildCore().
…DBuilder.Build(). Made messageID an optional parameter.
…used WithMessage() in DiscordSentenceBuilder.
… IThreadChannel, it must have a CategoryId.
…hreadChannel's parent channel ID is null.
…-extension DiscordObjectOIDBuilder extension.
…eeds up generation greatly.
…lowering database accesses and saving more time during generation.
Markov sentenceAccess changes
…rPermission table.
…ss and schema to account for this and worked it into the logic.
…nstead of BookObjectOID.
…erGroupAccess. Changed UserGroup.Permissions to an IEnumerable.
…thers to AuthorGroup.
…hors from an AuthorGroup.
… Updated HelpModule to handle failed helps.
…fault constructor.
…r logging in Client_MessageReceived().
…ome commands allow any random drivel after the command name.
… on connection close. In order to rectify this, we manually drop the temp table before creating a new one. I've also added checks in the chain itself to ensure that, should something else cause something out of filter to appear, the chain will immediately terminate generation wherever it stood. The error seems to partially be due to async shenanigans, but just in case, so that was fixed too.
…st use any author.
…used as Keywords instead of only non-IgnoreKeywords. (cherry picked from commit 7f6ed9f)
(cherry picked from commit c54cef7)
Co-authored-by: ashna <40348902+akyuus@users.noreply.github.com>
Added a Discord bot
…reInfo.InvariantCulture in a ToString().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements a Discord bot, Authors, Locations, AuthorSettings, LocationSettings, AuthorGroups, and LocationGroups. General changes to some logic and naming here and there.
Updates to net9.0.