Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 651 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 651 Bytes

Vanity Sniper

A simple Golang Discord vanity sniper.

Prerequisites

  • Go 1.20 or higher
  • A Discord account with appropriate permissions to change the vanity URL
  • A Discord server with a vanity URL

How to Install

Clone the repo:

git clone https://github.com/populated/discord-vanity-sniper.git
cd discord-vanity-sniper

Install dependencies:

go mod tidy

Then set up your configuration data in data/config.json and your proxies.

And run:

go run sniper.go

preview

Future

  • Rust version?