Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wynwxst/discord.db
Discord.js + Discord.py Dashboard Template
https://github.com/wynwxst/discord.db
Last synced: 20 days ago
JSON representation
Discord.js + Discord.py Dashboard Template
- Host: GitHub
- URL: https://github.com/wynwxst/discord.db
- Owner: wynwxst
- Created: 2021-03-12T04:37:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T04:41:45.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T04:34:04.208Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord.DB
Discord.js + Discord.py Dashboard Template# Installation
Cd to whichever folder you will be using.### Discord.py
```
cd discord.py
pip install discord.py
pip install flask
python main.py
```### Discord.js
```
cd discord.js
npm install
```
**configure config.json**
```
npm start
```