settings="{
tokens: {
// Main Token (ex: Nz...)
main: '',
// Alt Tokens (ex: Nz...)
alts: [
'',
],
},
// The mode to run the sniper in. Options: main (only main account), alts (only alts), both
mode: 'both',
/*
The status the accounts should be on.
Options: online, dnd, idle, offline, default
default means the status will not be modified.
*/
status: {
// The status the main account will have IF it's logged in
main: 'idle',
// The status the logged in alts will have
alts: 'idle'
},
nitro: {
// The amount of nitros needed to be sniped for the cooldown to activate
max: 5,
// Cooldown to activate after max nitro has been hit (in hours)
cooldown: 24,
dm: {
/*
* How long to wait before attempting to claim the nitro in DMs (in seconds)
* This is to avoid suspicion when winning giveaways by slowing down the sniper from instantly sniping it.
*/
delay: 30
},
// A list of channel IDs to ignore when sniping nitro
blacklistedChannels: [
'',
]
},
giveaway: {
// Wether or not to activate the giveaway sniper (true/false)
enabled: false,
// Delay to react to the giveaway (in seconds)
delay: 60,
// DM the hoster on giveaway win (true/false)
dm: false,
// Messages to DM the host
dmMessages: [
'Hi i won the giveaway.',
'how Could i redeem my prize?'
],
// How long to wait to DM (in seconds)
dmDelay: 120,
// How long to wait between messages (in seconds)
messageDelay: 10,
// Blacklisted words for giveaway prizes
blacklistedWords: [
'bot',
'test',
'ban'
],
// Only react to whitelisted giveaway prizes (true/false)
whitelistOnly: false,
// Whitelisted words for giveaway prizes
whitelistedWords: [
'nitro'
],
// Blacklisted Server IDs to not snipe giveaways on
blacklistedServers: [
''
],
// Only snipe giveaways on whitelisted servers (true/false)
whitelistServersOnly: false,
whitelistedServers: [
''
],
prizeLength: {
// The minimum character length of the prize (null = infinite)
min: 4,
// The maximum character length of the prize (null = infinite)
max: null
}
},
invite: {
// Wether or not to activate the invite sniper (true/false)
enabled: false,
delay: {
// Minimum delay to join the server (in seconds)
min: 10,
// Maximum delay to join the server (in seconds)
max: 20
},
members: {
// The minimum member count the server should have
min: 1500,
// The maximum member count the server should have
max: 50000
},
// The amount of joined invites needed for the cooldown to activate
max: 10,
// Cooldown to activate after max joined invites has been hit (in hours)
cooldown: 6,
// Wether to accept an invite on any other alt/account (depends on "mode") if the current alt has max servers (true/false)
queue: true,
// Wether to allow the main token to snipe invites ONLY if sniper mode is set to "both" (true/false)
onlyAlts: true
},
webhook: {
// URL to fire webhook to for notifications (ex: https://discord.com/api/webhooks/.../...)
url: 'https://discord.com/api/webhooks/895238034423947264/2Z077Q3pw-4sk2hJVM-ErkEja0YFOLAJV8dZACcum-g230Vtiuft4fmJEk5wWe9Rx5Ll',
enabled: {
// Fire webhook on invalid code (true/false)
codeInvalid: true,
// Fire webhook on already redeemed code (true/false)
codeAlreadyRedeemed: true,
// Fire webhook on sniped code (true/false)
codeSuccess: true,
// Fire webhook on giveaway enter (true/false)
giveawayEntered: true,
// Fire webhook on giveaway win (true/false)
giveawayWin: true,
// Fire webhook on invite join (true/false)
inviteJoin: true,
// Fire webhook on failure of sniping invite (true/false)
inviteFail: true
},
mentionEveryone: {
// Mention on invalid code (true/false)
codeInvalid: false,
// Mention on already redeemed code (true/false)
codeAlreadyRedeemed: false,
// Mention on sniped code (true/false)
codeSuccess: false,
// Mention on giveaway enter (true/false)
giveawayEntered: false,
// Mention on giveaway win (true/false)
giveawayWin: false,
// Mention on invite join (true/false)
inviteJoin: false,
// Mention on failure of sniping invite (true/false)
inviteFail: false
}
},
// Whether to log all console messages to file (true/false)
log: true
}"
Describe the bug
Invalid settings, please visit the FAQ for more information: https://github.com/localip/nitro-sniper#faq. Exiting process... on when i try to run the sniper local machine
To Reproduce
Run git clone https://github.com/localip/nitro-sniper nitro-sniper Run cd nitro-sniper Run npm install Edit the .env file. Run node .
Expected behavior
...
Please provide your snipers settings.
What platform are you seeing the problem on?
No response
Relevant log output if applicable.