Skip to content

Commit

Permalink
fix #4 - improper message call
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Nov 28, 2017
1 parent 0941813 commit d53ad59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ generatePngFileName
<return: #String>
^ DSGenerateFileNameCommand new
extension: '.png';
existingFileNames: self fileNames;
existingFileNames: self post fileNames;
execute;
fileName.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
execute
execute
"Send an object to a Discord channel using FUEL serialization."
self loginIfNecessary.
UIManager default informUserDuring: [ :bar |
bar max: 5; label: 'Preparing data: set file and author'.
self setFileName; setAuthor.
Expand All @@ -9,6 +10,4 @@ execute
bar increment; label: 'Preparing data: serializing object'.
self serializeObject.
bar increment; label: 'Data are ready to send'. ].
self
loginIfNecessary;
askForDescriptionAndSend
self askForDescriptionAndSend.

0 comments on commit d53ad59

Please sign in to comment.