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

Commit e83804d

Browse files
committed
Based README off of the old DiscordSharp_Starter readme
1 parent c0541d0 commit e83804d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1+
![](https://raw.githubusercontent.com/NaamloosDT/DSharpPlus/master/logo/dsharp%2B_smaller.png)
12
# DSharpPlus-Example
23
An example bot for DSharpPlus.
4+
5+
### Introduction
6+
So YOU want to make a discord bot of your own? Look no further! This is exactly what you need! DSharpPlus-Example is a starter project to get you started at making your very own Discord bot using DSharpPlus! I myself am currently using the latest version of DSharpPlus-Example for this project, but you can actually use any version you'd like! *(you might have to change some stuff due to library changes.)*
7+
8+
### DSharpPlus
9+
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). It's fairly easy to use and a good way to get you into bot development!
10+
11+
### My Discord server
12+
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 :)
13+
14+
### Functions
15+
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 :)
16+
17+
- [x] Check if a channel message has been received, and respond to that
18+
- [x] Check if a private message has been received, and respond to that
19+
- [x] Send a message once a new channel has been created
20+
- [ ] Welcome a user to your server (in private chat)
21+
- [ ] Check if user has correct role
22+
23+
24+
### Joining servers
25+
A bot can join a server by using the following URL, and replace he client ID with your own:
26+
`https://discordapp.com/oauth2/authorize?&client_id=[YOUR_CLIENT_ID]&scope=bot&permissions=0`

0 commit comments

Comments
 (0)