https://github.com/marknjunge/grammatik
A grammar bot for Discord
https://github.com/marknjunge/grammatik
Last synced: over 1 year ago
JSON representation
A grammar bot for Discord
- Host: GitHub
- URL: https://github.com/marknjunge/grammatik
- Owner: MarkNjunge
- License: mit
- Created: 2020-02-03T17:30:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T08:57:23.000Z (over 6 years ago)
- Last Synced: 2025-02-15T07:28:58.203Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Grammatik
A grammar bot for Discord.
## Installation
Clone the repository
```
git clone https://github.com/MarkNjunge/grammatik.git
```
Make a `.env` file based on `.env.sample`
```
cp .env.sample .env
```
Start the bot
```
yarn start
```
