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

debug

parent f23d5220
Branches
No related tags found
No related merge requests found
...@@ -461,6 +461,7 @@ client.on('interactionCreate', async interaction => { ...@@ -461,6 +461,7 @@ client.on('interactionCreate', async interaction => {
} }
} else if (interaction.command === 'linkmc') { } else if (interaction.command === 'linkmc') {
console.log('[' + 'INFO'.yellow + '] L\'utilisateur '.brightWhite + interaction.user.username.brightBlue + " a demandé une association de son compte Minecraft avec le code ".brightWhite + interaction.options.getString('code').yellow);
// On va vérifier si le membre a déjà associé son compte minecraft // On va vérifier si le membre a déjà associé son compte minecraft
let memberAccountAssoc = await minecraftPlayerSetting.findOne({ let memberAccountAssoc = await minecraftPlayerSetting.findOne({
where: { where: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment