feat: disable twitter handling

This commit is contained in:
Jozef Steinhübl 2024-01-20 10:41:22 +01:00
parent 72fe5377fb
commit df85f6daa6
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

@ -20,7 +20,7 @@ export default {
function handleOthers(message: Message): void {
handleGithubLink(message);
handleTwitterLink(message);
//handleTwitterLink(message); // discord finnaly has embeds
}
function handleBunOnlyChannel(message: Message): boolean {