You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to rak3xh. Thanks!
This project was built using these technologies.
- ➤ This is a bot made using C# and .NET(6.0) framework
- ➤ This bot uses urban dictionary API to give funny meanings of english words to add fun to your Discord Server.
- ➤ This bot can be easily customized and fun to use in any Discord server.
Follow these steps to clone and set up the project on your local machine:
git clone https://github.com/rak3xh/DiscordBot-by-rak3xhIf you don’t have Visual Studio installed, download it here.
- You need a Discord Account. Create One
- After creating the account go to this page. Discord developers
- Then in the Discords developer page click on the button saying
Create New Application - After creating the application go to
OAuth2Slide on the left side and select category asBotand give all the necessary permissions. - Then copy your
Public keyshown in the site and save it to a notepad for now. - Now open
Visual Studio 2022and select load a project or solution. - Now in the Repo there is a file named
DiscordBot.sln. Load that solution file in Visual Studio 2022. - Now right click on the project in Visual Studio Explorer side and select the
Manage User Secretsfile. - It is a
.JSONfile where you have to create a Variable. Copy the code given below and change thePublic Tokento the token which you have already copied in the notepad.
"DiscordToken": "YOUR_TOKEN"- Now your Bot is ready to start.
- Open the Discord Developers Page again and in
OAuth2scroll down and copy theGENERATED URLgiven over there. - Now paste the
GENERATED URLin any browser Tab and authorise the Bot to join any Server. - Now open Visual Studio 2022 and Click on the
Runbutton your bot will be Online in the server. - Then give any command
!wq any wordit will give a funny meaning of that english word.
For questions or support, feel free to reach out via email at rakeshmondal859@gmail.com.
You can Go to the C# sharp File named Program.cs and can change modify according to your prefrence.
If you love this project, consider giving it a ⭐ on GitHub.

