Skip to content

Commit

Permalink
Merge pull request #247 from pmonks/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks authored Jun 6, 2022
2 parents 7d18753 + f4f8917 commit 22e23e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions resources/deploy-info.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:hash "3b6d78dd3c2c9f89215e14d7cfcbe00fe336c890",
:date #inst "2022-06-03T22:48:28.810-00:00",
{:hash "ea9910fe1dce414e4bb432da4f4e53e05015557b",
:date #inst "2022-06-06T00:37:40.870-00:00",
:repo "https://github.com/pmonks/futbot.git",
:tag "1.0.20220603"}
:tag "1.0.20220605"}
2 changes: 1 addition & 1 deletion src/futbot/discord/commands.clj
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"futpoll"
"Creates match incident poll(s)"
:options [(scs/option "incident-link" "A link to a video that shows the incident" :string :required false)
(scs/option "incident-clip" "A video clip of the incident" :attachment :required false)
(scs/option "incident-clip" "A video clip of the incident (NO MORE THAN 8MB IN SIZE!)" :attachment :required false)
(scs/option "notes" "Any notes you'd like added before the clip (e.g. a timestamp, specific things to look for, etc.)" :string :required false)
(scs/option "poll-types" "The type(s) of poll to include" :string :required false
:choices [(scs/choice "Sanction (default)" "sanction")
Expand Down

0 comments on commit 22e23e4

Please sign in to comment.