https://github.com/durocodes/flow
a QOTD discord bot written with TypeScript
https://github.com/durocodes/flow
Last synced: 2 months ago
JSON representation
a QOTD discord bot written with TypeScript
- Host: GitHub
- URL: https://github.com/durocodes/flow
- Owner: DuroCodes
- Created: 2022-08-22T00:51:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T00:51:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T15:13:45.189Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Flow 🌊
## About Flow
- Flow is a qotd bot for Discord, written in [TypeScript](https://www.typescriptlang.org/).
- QOTDs are sent at 12:00 AM every day.## Tech Stack
- [TypeScript](https://www.typescriptlang.org/)
- [Prisma](https://www.prisma.io/)
- [Discord.js v14](https://discord.js.org/)
- [Spark](https://github.com/durocodes/spark)## Commands
- Setup the bot using `/setup`
- Configure settings using `/settings`
- Add some qotds with `/qotd add`
- There are other sub-commands in the `/qotd` command, just type the command and they will show up.## Installation
- Clone the repository, `git clone https://github.com/durocodes/flow`.
- Install dependencies, `npm install`.
- To start in development mode, `npm test`.
- To start in production mode, `npm start`.
- Feel free to configure the code however you wish.> Credit: Duro#5232 on Discord — DM me if you have any questions or suggestions.