Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liquidsquid1/dogcord
API-based dog reel for your Discord server.
https://github.com/liquidsquid1/dogcord
Last synced: 20 days ago
JSON representation
API-based dog reel for your Discord server.
- Host: GitHub
- URL: https://github.com/liquidsquid1/dogcord
- Owner: liquidsquid1
- License: mit
- Created: 2023-11-17T15:20:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T21:10:19.000Z (about 1 year ago)
- Last Synced: 2023-12-06T22:24:43.006Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dogcord
API-based dog reel for your Discord server.## Installation
In order to install this bot, you need to install Python 3 and the libraries found in the requirements file. This has been tested on Python 3, so the command below is the preferred installation script.
~~~
pip3 install -r requirements
~~~## Warning: Make sure to add your bot token.
Alot of people forget to add the bot token. It's located under `config.py` and needs to be replaced before the server can run, otherwise there will be an error.
Also, the bot requires message content intents!## Running
From the command line, change into the directory of dogcord and run:
```
py app.py
```Please report any nextcord crashes to nextcord, not me.