mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-14 08:08:18 +02:00
grand commit que tutur attend ( marche pas le raidmode en dev)
sinon il y a pleins de truc comme les anti raid , des coorectif ect
This commit is contained in:
@@ -6,7 +6,6 @@ module.exports = {
|
||||
name: Events.GuildMemberAdd,
|
||||
async execute(member, client) {
|
||||
const botId = client.user.id;
|
||||
console.log(botId)
|
||||
let data = await new Promise((resolve, reject) => {
|
||||
db.get('SELECT value FROM gestion WHERE id = ?', [botId], (err, row) => {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user