Official discord bot for bun server
Find a file
2023-08-25 22:17:08 +02:00
.github/workflows refactor: rewrite 2023-07-21 22:58:45 +02:00
data feat(tags): channel, category specific 2023-08-25 08:23:12 +02:00
scripts/validate_tags ci: adapt validate tags 2023-08-25 22:17:08 +02:00
src feat: github command 2023-08-25 21:55:44 +02:00
.gitignore refactor: rewrite 2023-07-21 22:58:45 +02:00
bun.lockb feat: load tags into cache 2023-08-24 10:55:24 +02:00
LICENSE chore: license 2022-07-11 08:43:50 +02:00
package.json feat: start implementing algolia 2023-08-24 16:30:30 +02:00
pnpm-lock.yaml feat: start implementing algolia 2023-08-24 16:30:30 +02:00
README.md chore(validateTags): finish 2022-07-16 15:40:06 +02:00
tsconfig.json feat: load tags into cache 2023-08-24 10:55:24 +02:00

Bun discord bot

Official serverless discord bot for bun discord server

Contributing tags

To create a new tag, you need to fork this repository and edit tags.toml file

Format:

[example-tag]
keywords = ["example", "tag"]
content = """
I love bun ❤️
"""

Informations: