Discord server invites are stored inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Nuu-maan/Filly-Discord-Token-Filler/llms.txt
Use this file to discover all available pages before exploring further.
input/invites.txt. The tool will join each token to each invite in the list, up to the max_joins limit.
Invite Format
Filly supports multiple invite formats. Add one invite per line ininput/invites.txt.
Supported Formats
invites.txt
You can find the invite code in Discord server invite links. For example, from
https://discord.gg/abc123xyz, use only abc123xyz.How Invites Work
The tool uses the Discord API endpoint directly with the invite code from your file:invites.txt is inserted directly into the API URL without any processing or extraction.
How Invites Work
Join Process
Join Behavior
- Each token joins each invite sequentially
- If a token reaches
max_joins, it’s saved tooutput/filled_tokens.txt - If any token becomes invalid or locked, the process stops for that token
- Invites are processed in the order they appear in the file
Invite Limits
Discord Limits
Tool Limits
Control how many invites are processed usingmax_joins in config.json:
- Number of invites processed:
min(max_joins, total_invites) - Number of joins per token: tracked and limited to
max_joins
Example Configuration
Basic Setup
input/invites.txt
With URLs
input/invites.txt
Mixed Format
input/invites.txt
All formats can be mixed in the same file. Duplicates are automatically removed.
Processing Order
Single Invite Example
With 3 tokens and 1 invite:Multiple Invites Example
With 3 tokens and 3 invites:Max Joins Example
Withmax_joins: 2 in config.json:
Response Handling
The tool handles various responses when joining invites:Success Responses
Successfully joined the server. Token saved to
output/joined.txt.Error Responses
Invalid token. Removed from
input/tokens.txt and saved to output/invalid.txt.Locked or banned token. Removed from
input/tokens.txt and saved to output/locked.txt.Rate limited. Token continues with next invite.
Captcha Response
If captcha is detected:output/captcha.txt and captcha solving is attempted if enabled.
Best Practices
Troubleshooting
All invites failing with 404
All invites failing with 404
Common causes:
- Invite codes are expired
- Invite codes are invalid or mistyped
- Server deleted the invite
- Invite was single-use and already consumed
- Verify invite codes are valid
- Test invites manually in Discord
- Request fresh invites from server owners
- Use permanent invites (no expiration)
Tokens getting rate limited
Tokens getting rate limited
Common causes:
- Too many joins too quickly
- Multiple tokens from same IP
- Discord detected automation pattern
- Increase delay in
config.json - Use proxies to distribute requests
- Reduce number of concurrent threads
- Spread joins over longer time period
Some invites work, others don't
Some invites work, others don't
Common causes:
- Server verification requirements vary
- Some servers have bot protection
- Account age or phone verification required
- Server member limits reached
- Check server verification settings
- Use aged accounts with verified emails
- Avoid servers with strict verification
- Monitor which invites consistently fail
No invites being processed
No invites being processed
Common causes:
- Empty
input/invites.txtfile - All lines are blank or whitespace
- File encoding issues
max_joinsset to 0
- Check file has content:
cat input/invites.txt - Verify file encoding is UTF-8
- Ensure
max_joins > 0in config - Remove blank lines from file
Statistics
The tool displays real-time statistics in the console title:- Total: Total number of invites loaded
- Joined: Successful joins across all tokens
- Failed: Failed join attempts
- Captcha: Captcha challenges encountered (solved count)
- Invalid: Invalid tokens detected
- Locked: Locked tokens detected