diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-23 11:49:14 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-23 11:49:14 -0700 |
| commit | 1824a5954347f8bd76c3736a13f86119bc2ef2a2 (patch) | |
| tree | 96073ced2ac72eec5db4e3ad978646d5edb94229 /lib/event.mli | |
| parent | correct an event naming typo (diff) | |
| download | disml-1824a5954347f8bd76c3736a13f86119bc2ef2a2.tar.xz disml-1824a5954347f8bd76c3736a13f86119bc2ef2a2.zip | |
changes for consistency
Diffstat (limited to 'lib/event.mli')
| -rw-r--r-- | lib/event.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/event.mli b/lib/event.mli index 0c5aba1..f6cdf14 100644 --- a/lib/event.mli +++ b/lib/event.mli @@ -30,7 +30,7 @@ type t = | MESSAGE_CREATE of Message_t.t | MESSAGE_UPDATE of Message_t.message_update | MESSAGE_DELETE of Snowflake.t * Snowflake.t -| MESSAGE_BULK_DELETE of Snowflake.t list +| MESSAGE_DELETE_BULK of Snowflake.t list | MESSAGE_REACTION_ADD of Reaction_t.reaction_event | MESSAGE_REACTION_REMOVE of Reaction_t.reaction_event | MESSAGE_REACTION_REMOVE_ALL of Reaction_t.t list |