master
Miikka Virtanen 2017-01-01 06:10:36 +02:00
parent 97ec8e6018
commit 876a18e59a
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ function getModmailChannel(user, allowCreate = true) {
id: channelId, id: channelId,
name: 'temp-mock-channel', name: 'temp-mock-channel',
createMessage: function() { createMessage: function() {
return modMailGuild.createMessage(channelId, ...arguments); return bot.createMessage(channelId, ...arguments);
}, },
mention: `<#${channelId}>`, mention: `<#${channelId}>`,
}); });