feat: added users page

This commit is contained in:
canove
2020-09-02 21:01:02 -03:00
parent e0b6e9ce3f
commit dfde175c07
33 changed files with 1121 additions and 659 deletions

View File

@@ -137,7 +137,7 @@ const wbotMessageListener = () => {
const io = getIO();
wbot.on("message_create", async msg => {
// console.log(msg);
console.log(msg);
if (
msg.from === "status@broadcast" ||
msg.type === "location" ||