I'm sorry matrix bridge users

This commit is contained in:
Ryan Cao 2022-06-03 00:33:39 +08:00
parent d34b5b0d00
commit 8fe787637f
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

View file

@ -59,7 +59,6 @@ client.once('ready', async () => {
client.on('messageCreate', async (e) => { client.on('messageCreate', async (e) => {
if (!e.content) return; if (!e.content) return;
if (!e.channel.isText()) return; if (!e.channel.isText()) return;
if (e.author.bot) return;
if (e.author === client.user) return; if (e.author === client.user) return;
if ( if (