Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/landaal-ict/discordbot
https://github.com/landaal-ict/discordbot
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/landaal-ict/discordbot
- Owner: landaal-ict
- Created: 2023-09-06T13:46:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T12:00:50.000Z (about 1 year ago)
- Last Synced: 2023-09-13T23:25:59.732Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Discordbot voor Eigenrouter.nl
Dit is een voorbeeld discord bot.
Je kunt dit gebruiken om je eigen bot er verder mee te maken.
Dit zijn een beetje de basics.### Install
pip install -r requirements
maak een file aan vars.txt
en zet daar in
```
token="hier je discrod bot token"
```### Documentatie van discord.py
[KLIK HIER](https://discordpy.readthedocs.io/en/stable/)## Have Fun!