Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanmorel/oska
A Discord bot written using Node in TypeScript
https://github.com/alanmorel/oska
Last synced: 5 days ago
JSON representation
A Discord bot written using Node in TypeScript
- Host: GitHub
- URL: https://github.com/alanmorel/oska
- Owner: AlanMorel
- Created: 2021-09-10T01:20:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T00:37:14.000Z (12 months ago)
- Last Synced: 2024-10-11T01:24:20.754Z (27 days ago)
- Language: TypeScript
- Homepage:
- Size: 233 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oska
A Discord bot written using Node in TypeScript
Install node, pnpm, clone this repository, then install the dependencies
```sh
git clone https://github.com/AlanMorel/oska
``````sh
cd oska
``````sh
npm install pnpm -g
``````sh
pnpm install
```Create a `.env` file
```sh
VERSION=0
TOKEN=
PREFIX=!
LOCALE=en-US
CACHE_INTERVAL=60
TZ=America/New_York
CROSS_POST_CHANNEL_ID=
```Create a folder called `logs` at the root
```sh
mkdir logs
```Run the bot
```sh
yarn start
```