add alerte perm admin add to user notification

This commit is contained in:
VALOU3336
2024-02-27 18:52:28 +01:00
parent ba5ff77610
commit df9eaeb581
4 changed files with 100 additions and 22 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = {
if (!data[message.guild.id]) {
data[message.guild.id] = {};
}
data[message.guild.id].raidping = channelId;
data[message.guild.id].raidping = messageContent;
db.run('INSERT OR REPLACE INTO gestion (id, value) VALUES (?, ?)', [message.client.user.id, JSON.stringify(data)], function(err) {
if (err) {