Skip to content

Commit

Permalink
fix(commons): uncomment discord announce
Browse files Browse the repository at this point in the history
Fixes #3976
  • Loading branch information
sogehige committed Jul 14, 2020
1 parent 3bbba68 commit 8e14cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/commons.ts
Expand Up @@ -103,7 +103,7 @@ export async function announce(messageToAnnounce: string) {
}
}
}
//(ch as TextChannel).send(messageToAnnounce);
(ch as TextChannel).send(messageToAnnounce);
chatOut(`#${(ch as TextChannel).name}: ${messageToAnnounce} [${Discord.client.user?.tag}]`);
}
}
Expand Down

0 comments on commit 8e14cbd

Please sign in to comment.