This commit is contained in:
Lamp 2022-01-03 21:45:48 -08:00
parent fac15e380c
commit 5491cf25e6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ global.createMPPbridge = async function createMPPbridge({room, channel, uri}) {
dClient.on('message', async message => {
if (message.channel.id !== channel.id || message.author.id == dClient.user.id || !message.member /*|| message.content.startsWith('!')*/) return;
var str = message.cleanContent;
var aname = message.user.tag;
var aname = message.author.tag;
//if (str.startsWith('/') || str.startsWith('\\'))
// msgQueue.push(`⤹ ${aname}`);
//else