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-rak3xh
If 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
OAuth2
Slide on the left side and select category asBot
and give all the necessary permissions. - Then copy your
Public key
shown in the site and save it to a notepad for now. - Now open
Visual Studio 2022
and 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 Secrets
file. - It is a
.JSON
file where you have to create a Variable. Copy the code given below and change thePublic Token
to 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
OAuth2
scroll down and copy theGENERATED URL
given over there. - Now paste the
GENERATED URL
in any browser Tab and authorise the Bot to join any Server. - Now open Visual Studio 2022 and Click on the
Run
button your bot will be Online in the server. - Then give any command
!wq any word
it 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.