You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
I can't join servers using invites from other alts. I have it set so it can but it's just constant "invite failed".
To Reproduce
Have multiple alts attached, have this setting " // Whether to accept an invite on any other alt/account (depends on "mode") if the current alt has max servers (true/false)
queue: false," enabled and have an alt with max servers and you should see this:
Expected behavior
I should be able to join servers.
Please provide your snipers settings.
{tokens: {// Main Token (ex: Nz...)main: '{token}',// Alt Tokens (ex: Nz...)alts: ['{token}','{token}','{token}',],},// The mode to run the sniper in. Options: main (only main account), alts (only alts), bothmode: '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 inmain: 'default',// The status the logged in alts will havealts: 'default'},nitro: {// The amount of nitros needed to be sniped for the cooldown to activatemax: 2,// 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: 180},// A list of channel IDs to ignore when sniping nitroblacklistedChannels: ['',]},giveaway: {// Whether or not to activate the giveaway sniper (true/false)enabled: true,// Delay to react to the giveaway (in seconds)delay: 1800,// DM the hoster on giveaway win (true/false)dm: true,// Messages to DM the hostdmMessages: ['I won the giveaway','Could I redeem my prize?'],// How long to wait to DM (in seconds)dmDelay: 60,// How long to wait between messages (in seconds)messageDelay: 5,// Blacklisted words for giveaway prizesblacklistedWords: ['bot','test','ban'],// Only react to whitelisted giveaway prizes (true/false)whitelistOnly: false,// Whitelisted words for giveaway prizeswhitelistedWords: ['nitro'],// Blacklisted Server IDs to not snipe giveaways onblacklistedServers: [''],// Only snipe giveaways on whitelisted servers (true/false)whitelistServersOnly: false,whitelistedServers: [''],prizeLength: {// The minimum character length of the prize (null = infinite)min: 5,// The maximum character length of the prize (null = infinite)max: null}},invite: {// Whether or not to activate the invite sniper (true/false)enabled: true,delay: {// Minimum delay to join the server (in seconds)min: 120,// Maximum delay to join the server (in seconds)max: 360},members: {// The minimum member count the server should havemin: 1000,// The maximum member count the server should havemax: 1000000},// The amount of joined invites needed for the cooldown to activatemax: 20,// Cooldown to activate after max joined invites has been hit (in hours)cooldown: 1,// Whether to accept an invite on any other alt/account (depends on "mode") if the current alt has max servers (true/false)queue: false,// Whether 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/989314338084809217/LsP7OBPxhaTxD1IQnnznhqBV4A8tYzpkeotv2i5fcbAfcoOlq_kzfgTgULrqiFD_yU-HTtZOZ',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: true,// Mention on giveaway enter (true/false)giveawayEntered: false,// Mention on giveaway win (true/false)giveawayWin: true,// 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
I can't join servers using invites from other alts. I have it set so it can but it's just constant "invite failed".
To Reproduce
Have multiple alts attached, have this setting " // Whether to accept an invite on any other alt/account (depends on "mode") if the current alt has max servers (true/false)
queue: false," enabled and have an alt with max servers and you should see this:
Expected behavior
I should be able to join servers.
Please provide your snipers settings.
What platform are you seeing the problem on?
Repl.it
Relevant log output if applicable.
The text was updated successfully, but these errors were encountered: