File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# discord-bot-template
2
- Generic bot based on discord.py
2
+ Generic, functional bot based on discord.py
3
+ Including logging configuration, some utils and a general bot setup
4
+
5
+ ## setup
6
+ ` pip install -r requirements.txt `
7
+ ` export TOKEN="your-key" `
8
+ ` python3 main.py `
9
+ _ Remember using a virtual environment!_
10
+
11
+ ## features
12
+ This bot does 'nothing' but is completely functional!
13
+ _ What is does:_
14
+ * setup logging
15
+ * overwrite ` on_ready() ` function for information at startup
16
+ * register example cog with ` b!ping ` command
17
+ * util function for easy embed creation
18
+
19
+ ## about
20
+ This repository contains code that was written by me across various bot-projects, like:
21
+ https://github.com/nonchris/discord-fury
22
+ https://github.com/Info-Bonn/poll-bot
23
+
24
+ I collected the most useful and generic functions to save me some time when starting the next bot-project.
25
+
26
+ ### dependencies
27
+ This project is based on ` discord.py V1.x ` minimum required: V1.5.1
You can’t perform that action at this time.
0 commit comments