Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibue99/tutorial-bot
Der Source Code meines Discord Bot Tutorials
https://github.com/tibue99/tutorial-bot
discord discord-bot ezcord py-cord pycord python tutorial
Last synced: 19 days ago
JSON representation
Der Source Code meines Discord Bot Tutorials
- Host: GitHub
- URL: https://github.com/tibue99/tutorial-bot
- Owner: tibue99
- Created: 2022-06-15T21:32:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:24:01.000Z (7 months ago)
- Last Synced: 2024-12-14T11:32:27.985Z (29 days ago)
- Topics: discord, discord-bot, ezcord, py-cord, pycord, python, tutorial
- Language: Python
- Homepage:
- Size: 289 KB
- Stars: 94
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial Bot
Hier findest du den Source Code zu meinem Discord Bot Tutorial. Für diese Tutorialreihe benutze ich [Pycord](https://github.com/Pycord-Development/pycord).
Das ist eine Python-Bibliothek, die auf [discord.py](https://github.com/Rapptz/discord.py) basiert und mit der wir auf die Discord API zugreifen.## Info
- Die [`main.py`](https://github.com/tibue99/tutorial-bot/blob/main/Template/main.py) Datei ist für die meisten Folgen des Tutorials gleich, deswegen enthalten die meisten Ordner nur die Cog-Datei.
- Im [`Template`](https://github.com/tibue99/tutorial-bot/tree/main/Template) Ordner findest du die [`main.py`](https://github.com/tibue99/tutorial-bot/blob/main/Template/main.py) Datei und eine Vorlage für die grundlegende Code-Struktur des Bots.
- In Tutorials werde ich oft mit dieser Vorlage beginnen, damit ich die Grundlagen nicht in jeder Folge wiederhole.## Setup
1. Erstelle einen Bot im [Discord Developer Portal](https://discord.com/developers/applications/)
2. Erstelle eine `.env` Datei, in die du den Bot Token einfügst
```
TOKEN = 123456789abcde
```
3. Installiere die Python Packages aus der `requirements.txt` Datei