Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Update README.md #2

Merged
merged 1 commit into from Oct 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ So YOU want to make a discord bot of your own? Look no further! This is exactly
I hear you asking, what exactly is DSharpPlus? DSharpPlus is an AMAZING discord bot library Based off of the DiscordSharp library made by LuigiFan, though it has been rewritten to fit the API standards. You can download it [here](https://github.com/NaamloosDT/DSharpPlus) or [here (Nuget)](https://www.nuget.org/packages/DSharpPlus). It's fairly easy to use and a good way to get you into bot development!

### My Discord server
And on top of all of that, If you need any help I would love to help you out! just join me at my personal [discord server!](https://discord.gg/0oZpaYcAjfvkDuE4) and ask anything you'd like! But please, DON'T add any bots without my permission. it's kinda rude :)
And on top of all of that, If you need any help I would love to help you out! Just join me at my personal [discord server!](https://discord.gg/0oZpaYcAjfvkDuE4) and ask anything you'd like! But please, DON'T add any bots without my permission, it's kinda rude :).

### Functions
And I hear you asking, what does this starter bot do? Well, I already predicted you would ask that! Because of that, I made a nice list of functions :)
Expand All @@ -22,5 +22,5 @@ And I hear you asking, what does this starter bot do? Well, I already predicted


### Joining servers
A bot can join a server by using the following URL, and replace he client ID with your own:
A bot can join a server by using the following URL, and replace the client ID with your own:
`https://discordapp.com/oauth2/authorize?&client_id=[YOUR_CLIENT_ID]&scope=bot&permissions=0`