An open API service indexing awesome lists of open source software.

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.

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


instagram logo


discord logo