Skip to content

Commit

Permalink
Restoration du temps de redirection à 3 min (#6)
Browse files Browse the repository at this point in the history
* correctif temps redirection

* oupsy fix du salon choisi comme sondage
  • Loading branch information
awing-ding authored Mar 6, 2024
1 parent 85d590e commit 3d4ffd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { REST, Routes, PermissionsBitField, Events } = require('discord.js');
const utilities = require('./utilities');
require("dotenv").config();

const CHANNEL_SONDAGE = "1038906584673304683" //"522437669582667787";
const CHANNEL_SONDAGE = "522437669582667787";

const { Client, GatewayIntentBits } = require('discord.js');
const myIntents = [
Expand Down
2 changes: 1 addition & 1 deletion slash/utility/redirection.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
interaction.channel.permissionOverwrites.edit(usr, { SendMessages: null });
interaction.channel.permissionOverwrites.delete(usr);
});
}, 30000);
}, 180000);

}
}

0 comments on commit 3d4ffd7

Please sign in to comment.