Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco authored and Remco committed Mar 16, 2016
1 parent b555664 commit 7182f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DougBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ bot.on("message", function(msg) {
Customize.replyCheck('nsfw_disallowed_response', msg.channel.server, function(err, reply) {
if (err) {
if (err === 'notFound') {
Customize.initializeServer(server);
Customize.initializeServer(msg.channel.server);
}
Logger.error('Response error! ' + err);
} else if (reply) {
Expand Down

0 comments on commit 7182f3d

Please sign in to comment.