https://github.com/540sno/discord-tool
Simple Discord Tool created with C# , have fun *_*
https://github.com/540sno/discord-tool
discord discord-bot gathering github hacking hacking-tool information spammer tool tools
Last synced: 24 days ago
JSON representation
Simple Discord Tool created with C# , have fun *_*
- Host: GitHub
- URL: https://github.com/540sno/discord-tool
- Owner: 540sno
- Created: 2025-04-12T13:50:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-13T10:37:14.000Z (about 1 month ago)
- Last Synced: 2025-04-24T05:16:30.774Z (24 days ago)
- Topics: discord, discord-bot, gathering, github, hacking, hacking-tool, information, spammer, tool, tools
- Language: C#
- Homepage:
- Size: 123 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dctool π¬


FOR WINDOWS USERS!!!GO TO DISCORD-TOOL FOLDER GO BIN/DEBUG/NET8.0/discordtool.exe or whatever the .exe name is
**dctool** is a powerful and lightweight console-based Discord utility built in C#.
It allows you to interact with Discord webhooks, fetch guild information, and check member status β all through a clean terminal UI.---
## π¦ Features
- β Send custom messages through Discord webhooks (with message count)
- π Fetch detailed Guild information using a bot token
- π€ Check member status by User ID
- π» Easy-to-use CLI interface
- π§ Built-in JSON formatting and API error handling *(optional)*---
## βοΈ Requirements
- [.NET 6 SDK or later](https://dotnet.microsoft.com/download)
- Discord **bot token** with proper permissions and intents
- `GUILD_MEMBERS` intent **must** be enabled in the bot settings
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update# Install the .NET 8 SDK
sudo apt-get install -y dotnet-sdk-8.0---
## π How to Run
1. **Clone the repo**
```bash
git clone https://github.com/dionabazi/Discord-Tool.git
cd Discord-Tool
```2. **Build the project**
```bash
dotnet build
```3. **Run it**
```bash
dotnet run
```---
## π Usage
Once you launch the tool, you'll see a menu like this:
Send Webhook Message
View Guild Info
Check Member Status
Exit
yaml
Copy
Edit### π§ Webhook Message
- Paste your Discord webhook URL
- Enter the message
- Specify how many times you want to send it### π‘ View Guild Info
- Paste your bot token and guild ID
- The tool will query the Discord API and return basic server info### π₯ Check Member Status
- Enter bot token, guild ID, and the user ID
- Returns user data from the server (roles, nickname, joined_at, etc.)---
## π Example Output
```bash
[β] Sent message 1/5
[β] Sent message 2/5
...
Finished sending messages.Member Info:
{
"user": {
"id": "1234567890",
"username": "example",
...
},
"joined_at": "2023-05-01T12:34:56.789000+00:00",
...
}
π Disclaimer
This tool is for educational and testing purposes only.
Do not use it to spam or break Discordβs Terms of Service.π Author
Made with β€οΈ by @d_540snoContributions welcome! Open a PR or issue to improve the tool.
π License
This project is licensed under the MIT License.