heyitsmass / BayView

The next generation reservation tracking and notification system
https://bayview.dev
MIT License
1 stars 2 forks source link

Discord Notifier Implementation #15

Closed heyitsmass closed 1 year ago

heyitsmass commented 1 year ago

The discord notifier is an addition to the notifier class; It should be able to join discord guilds and send users messages in channels or directly via DM.

https://github.com/heyitsmass/BayView/blob/b335f46bd55299100313360e111e700b8bc3f6a0/src/types/ItineraryManager.ts#L263-L268

heyitsmass commented 1 year ago

48