feature/disbale emp+uav commands
This commit is contained in:
6 files changed
+64
-8
No files matched your search
@@ -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: "",
|
||||
|
||||
Reference in new issue
Block a user