Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan19 committed Nov 30, 2019
1 parent e249c84 commit 7ebb649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/commands/EmojiPurgeCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ private CompletableFuture<Pair<Integer, Integer>> removeAllPlotPointEmojisFromCh
* @param messagesToClear The number of messages to clear reacts from
* @param emojis The number of reacts that will be cleared
* @param progressMessage The message to be edited to show progress
* @return A CompletableFuture<Void> that will be fulfilled when all reacts from the channel have been cleared
* @return A CompletableFuture<Pair<Integer, Integer>> that will be fulfilled when the all enhancement reactions from a channel gets cleared that
* contains a pair with the number of messages and the number of reactions removed
*/
private CompletableFuture<Pair<Integer, Integer>> clearReactionsFromChannel(ArrayList<Message> enhancementEmojiMessageList, int messagesToClear, int emojis, Message progressMessage) {
AtomicInteger current = new AtomicInteger();
Expand Down

0 comments on commit 7ebb649

Please sign in to comment.