mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-21 22:21:05 +01:00
feat: disable twitter handling
This commit is contained in:
parent
72fe5377fb
commit
df85f6daa6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue