https://github.com/coderrony955/discord-greet-bot
A discord bot which greet new members who joins your server by sending welcome message.
https://github.com/coderrony955/discord-greet-bot
Last synced: 3 months ago
JSON representation
A discord bot which greet new members who joins your server by sending welcome message.
- Host: GitHub
- URL: https://github.com/coderrony955/discord-greet-bot
- Owner: CoderRony955
- License: mit
- Created: 2024-07-30T11:11:11.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T11:38:04.000Z (11 months ago)
- Last Synced: 2025-02-07T10:15:19.560Z (5 months ago)
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Discord greeting bot(GreetBot)
**which greet new members who joins your server by sending welcome message.**## Features
- **Sends a personalized welcome message to new members.**
- **Customizable welcome messages.**## Getting Started
### Clone the Repository
```sh
git clone https://github.com/CoderRony955/Discord-greet-bot
```
```sh
cd discord-greet-bot
```
## Acknowledgements
- [Discord.Net](https://docs.discordnet.dev/) **A .NET library for interacting with the Discord API.**
### Setup your own bot
- Go to the [Discord developer portal](https://discord.com/developers/docs/intro).
- Create a new application.
- Navigate to the "Bot" section and add a bot.
- Copy the bot token.### Set Up Your Development Environment
- Download and install the .NET SDK.
### Create a New Console Application:
- Open a terminal or command prompt.
- Run the following command to create a new console application
```sh
dotnet new console -n DiscordGreetBot
cd DiscordGreetBot
```
### Install Discord.Net Library:
- **Run the following command to install the Discord.Net library**
```sh
dotnet add package Discord.Net --version 3.2.0
```
### Write the Bot Code
- Open the DiscordGreetBot folder in your preferred IDE (e.g., Visual Studio, Visual Studio Code).
- Run the Bot
- Invite the Bot to Your Server
- Test Your Bot### Usage
**Once the bot is running, it will automatically send a welcome message to the specified channel whenever a new member joins the server.**## Get in Touch