Skip to content

Commit

Permalink
dispatcher.ex: add "attachment" option type
Browse files Browse the repository at this point in the history
  • Loading branch information
sinni800 authored and jchristgit committed Feb 6, 2025
1 parent 51266d6 commit 447d045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/nosedrum/storage/dispatcher.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ defmodule Nosedrum.Storage.Dispatcher do
channel: 7,
role: 8,
mentionable: 9,
number: 10
number: 10,
attachment: 11
}

## Api
Expand Down

0 comments on commit 447d045

Please sign in to comment.