feature/ban on fireplace placement in zone
This commit is contained in:
2 files changed
+6
-1
No files matched your search
@@ -193,8 +193,10 @@ module.exports = {
|
||||
channel.send({ content: `<@&${alarm.role}>`, embeds: [alarmEmbed] });
|
||||
|
||||
BanPlayer(client, data.killer);
|
||||
break;
|
||||
}
|
||||
}
|
||||
return;
|
||||
},
|
||||
|
||||
PlaceFireplaceInAlarm: async (client, guildId, line) => {
|
||||
@@ -234,8 +236,10 @@ module.exports = {
|
||||
channel.send({ content: `<@&${alarm.role}>`, embeds: [alarmEmbed] });
|
||||
|
||||
BanPlayer(client, info.player);
|
||||
break;
|
||||
}
|
||||
}
|
||||
return;
|
||||
},
|
||||
|
||||
HandleEvents: async (client, guildId) => {
|
||||
|
||||
Reference in new issue
Block a user