change createMessage to send (eris to d.js)
This commit is contained in:
parent
abc21ac158
commit
9d0fd0ee01
23 changed files with 71 additions and 71 deletions
|
@ -13,7 +13,7 @@ class Functions {
|
|||
|
||||
async awaitReply (message, input, limit = 60000) {
|
||||
const filter = (m) => m.author.id === message.author.id;
|
||||
await message.channel.createMessage(input);
|
||||
await message.channel.send(input);
|
||||
|
||||
try {
|
||||
const collected = await message.channel.awaitMessages(filter, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue