removed notofications for now

This commit is contained in:
2020-04-02 22:43:33 +00:00
parent 02e4f9c398
commit d6499bb2c2

View File

@ -11,6 +11,6 @@ type botReply struct {
// ConvOptions stores team specific options like custom servers
type ConvOptions struct {
ConvID string `json:"converation_id,omitempty"`
NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
//NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
CustomURL string `json:"custom_url,omitempty"`
}