Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logantann/redbeansoup-bot
"Kokonose-bot" rewrite + "Descalendrier for Discord" in a same bot
https://github.com/logantann/redbeansoup-bot
deno discord-bot typescript
Last synced: 24 days ago
JSON representation
"Kokonose-bot" rewrite + "Descalendrier for Discord" in a same bot
- Host: GitHub
- URL: https://github.com/logantann/redbeansoup-bot
- Owner: LoganTann
- Created: 2022-01-16T18:00:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T18:44:52.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:20:17.296Z (8 months ago)
- Topics: deno, discord-bot, typescript
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redbeansoup-bot
> ## Important note
> The bot actually runs the code in the [prod](https://github.com/LoganTann/redbeansoup-bot/tree/prod) branch, but a rewrite is planned at https://github.com/LoganTann/redbeansoup-v2
> No features will be added in this repo, only bug fixesActually, port of the Descalendrier website into a discord bot.
It uses the API created by [@JiveOff](https://github.com/jiveoff) to collect calendar data, and Discordeno lib as the bot framework.
## Run Bot
Make sure Deno is installed
```powershell
$ deno run -A --no-check mod.ts
```If you don't want to copy paste the command above, you can also download pm2 and start the ecosystem file :
```powershell
$ pm2 start
```