I'm sorry matrix bridge users
This commit is contained in:
parent
d34b5b0d00
commit
8fe787637f
1 changed files with 0 additions and 1 deletions
1
index.ts
1
index.ts
|
@ -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 (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue