feature/disbale emp+uav commands

This commit is contained in:
SowinskiBraeden committed 2023-10-21 21:23:36 -07:00
1 parent 3a29aaf316
commit 1d1698c8c4
6 files changed
+64 -8

No files matched your search

+4 -2
View File
@@ -2,8 +2,10 @@ module.exports = {
getDefaultSettings(GuildId) {
return {
serverID: GuildId,
autoRestart: 0,
showKillfeedCoords: 0,
autoRestart: 0, //
showKillfeedCoords: 0,
purchaseUAV: 1, // Allow/Disallow purchase of UAVs
purchaseEMP: 1, // Allow/Disallow purchase of EMPs
allowedChannels: [],
killfeedChannel: "",