Skip to content

Commit

Permalink
BAD IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Jan 17, 2016
1 parent e0e00d6 commit ce05e49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ml/hlaaftana/discordg/request/WSClient.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ class WSClient{
}else if (t("MESSAGE_CREATE")){
eventData = [
message: new Message(api, data),
author: eventData.message.author,
sender: eventData.message.author,
sendMessage: { String cont, boolean tts=false ->
eventData.message.channel.sendMessage(cont, tts)
}
Expand Down

0 comments on commit ce05e49

Please sign in to comment.