-
Notifications
You must be signed in to change notification settings - Fork 136
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
Make messages a new struct / in general make stuff less hacky #31
Comments
We could also have some other fun stuff with this feature, plus cleaner and more oop I guess |
quackduck
changed the title
Make messages a new struct
Make messages a new struct / in general make stuff less hacky
Jun 14, 2021
Yeah for example you could break out the dm to an own command like |
Actually we had that exact command but moved to = cause it’s easier to type |
@patrickhener so we already have that lol |
fine |
yup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then we could have better detection if messages are dms, instead of the hacky way (as I note in the comment) we do this detection rn:
https://github.com/quackduck/devzat/blob/main/devchat.go#L265
The text was updated successfully, but these errors were encountered: