Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahu3fi authored Sep 3, 2021
1 parent 7ee009a commit ba86dac
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# template-discord-bot
An example of building your first discord bot with Python
## Modules required:
"discord"
`pip install discord`
# How to create bot in discord ?
You need to build an application in Discord

From this link you can create an application:
[Discord application](https://discord.com/developers/applications)

Then go to the Bot section in the left panel and click on the blue add bot button, you can leave a profile picture for your bot.

Below the bot is a token name, copy it and paste it in the Python file in the class CONFIG

Scroll down and enable the **administrator** option in the bot permission section.

In the left panel, go to the OAuth2 section and scroll down. In the OAuth2 URL Generator section, select the bot option. Scroll down and activate the **administrator** option.

A link is created for you that you can use to invite your bot to the server you want.

# INFO
### Commands
``` info
▪ 8ball
▪ ping
▪ kick
▪ ban
▪ clear
```

#### Version: 1.3

0 comments on commit ba86dac

Please sign in to comment.