Skip to content
Snippets Groups Projects
Commit 23837afc authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

test

parent 2bb77d0c
Branches
No related tags found
No related merge requests found
......@@ -328,6 +328,7 @@ client.on('messageCreate', async message => {
if (message.channel.id == config.get("CANAL_CHAT_MC") && !message.author.bot) {
var playerName = message.author.username;
var message = message.content;
console.log(message);
// On va vérifier si l'utilisateur a associé son compte discord avec le serveur MC
var memberAccountAssoc = await minecraftPlayerSettings.findOne({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment