Skip to content

Commit 22be1fa

Browse files
authored
First version of the bot
1 parent 4cb39ef commit 22be1fa

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
11
# Python-Discord-Bot-Template
2-
idk
2+
This repository is a template that everyone can use for the start of their discord bot.
3+
4+
## Servers who has a bot using this template
5+
6+
[minecraft.py](https://discord.gg/yX6J7Cf)
7+
[Krypton's Lair](https://discord.gg/dRMnYXR)
8+
[Kryptonite Discord Bot](https://discord.gg/KJC4j2d)
9+
[ErzimeX Community](https://discord.gg/3MYmaDm)
10+
11+
## How to use it
12+
13+
* Clone/Download the repository
14+
* Create a discord bot [here](https://discordapp.com/developers/applications)
15+
* Get your bot token
16+
* Put the bot token in the python file at the line 14
17+
* Invite your bot on servers using the following invite:
18+
https://discordapp.com/oauth2/authorize?&client_id=YOUR_APPLICATION_ID_HERE&scope=bot&permissions=8
19+
Replace `YOUR_APPLICATION_ID_HERE` witht the application ID
20+
* Then open terminal/command prompt and run the bot using: `python3 bot.py`
21+
22+
## Things to edit
23+
Make sure to edit those things:
24+
* `BOT_PREFIX` with the prefix you want
25+
* `TOKEN` with your bot token
26+
* `OWNER` with your user discord ID
27+
* `BLACKLIST` with the user discord IDs of people that should not be able to use the bot commands
28+
29+
30+
## Built With
31+
32+
* [Python 3](https://www.python.org/) - Used Python 3
33+
34+
## Issues or Questions
35+
36+
If you have any issues or questions of how to code a specific command, make sure to post them [here](https://github.com/kkrypt0nn/Python-Discord-Bot-Template/issues). I will take time to answer and help you.
37+
38+
## Versioning
39+
40+
We use [SemVer](http://semver.org) for versioning. For the versions available, see the [tags on this repository](https://github.com/kkrypt0nn/Python-Discord-Bot-Template/tags).
41+
42+
## Author(s)
43+
44+
* **[Krypton](https://planet-of-krypton.tk)** - The only and one developer
45+
46+
## License
47+
48+
This project is licensed under the Apache License 2.0 - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)