mirror of
https://github.com/danbulant/Shasha
synced 2026-05-24 12:22:00 +00:00
<:bruhLife:798789686242967554>
This commit is contained in:
parent
399ab9aab6
commit
204442b126
1 changed files with 3 additions and 2 deletions
|
|
@ -13,8 +13,9 @@ module.exports = {
|
||||||
if (!a) {
|
if (!a) {
|
||||||
client.addListener("message", m => {
|
client.addListener("message", m => {
|
||||||
if (client.convo && C.map(r => r?.id).includes(m.channel.id)) {
|
if (client.convo && C.map(r => r?.id).includes(m.channel.id)) {
|
||||||
if (!m.author.bot) last = C.indexOf(m.channel);
|
const n = C.indexOf(m.channel);
|
||||||
console.log(last + ":", m.channel.name, m.channel.id, m.author.id, m.author.tag + ":", m.cleanContent);
|
if (!m.author.bot) last = n;
|
||||||
|
console.log(n + ":", m.channel.name, m.channel.id, m.author.id, m.author.tag + ":", m.cleanContent);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
a = true;
|
a = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue