mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-08 07:10:19 +02:00
add alerte perm admin add to user notification
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user