Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return Message object from sending functions #34

Open
TheDiscordian opened this issue Jul 20, 2023 · 0 comments
Open

Return Message object from sending functions #34

TheDiscordian opened this issue Jul 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TheDiscordian
Copy link
Owner

TheDiscordian commented Jul 20, 2023

It'd be very helpful if whenever possible we returned a resulting Message object for example:

	Send(msg Message) Message
	SendText(text string) Message
	SendFormattedText(text, formattedText string) Message

I'm not completely sure how often this will be possible (depends on the protocol), but hopefully very often. This can be useful for things like sending a message and logging the unique ID of the message, or adding reactions onto it.

@TheDiscordian TheDiscordian added the enhancement New feature or request label Jul 20, 2023
TheDiscordian added a commit that referenced this issue Jul 25, 2023
…ly. Added option to not update dbs every load until #35 is complete. Added basic stat tracking functionality for QA plugin (WIP, still needs #34 at the very least).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant