From 4c6de26ef0a04db5e8e2348d5bcacef01fa5647f Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sun, 10 Jul 2022 18:43:47 +0200 Subject: [PATCH] style: remove unused imports, update readme --- README.md | 2 ++ bun.lockb | Bin 2295 -> 2295 bytes src/index.ts | 4 ++-- src/utils/tagsUtils.ts | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e69de29..0a1eca6 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,2 @@ +# Bun discord bot +Official serverless [discord](https://bun.sh/discord) bot for [bun](https://bun.sh/) runtime \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index af769a599a735daf8ffdef99fa8f0c5aae5faea0..5ef2cff3f47c44717f5cc2e659ed6e663e6313df 100755 GIT binary patch delta 250 zcmew^_+4t8_xP+-5W*tPDL4b!rf}tLwzJWnb!XM~} SK9C%h#XO*%+pNHPof!bi>^i;x delta 223 zcmew^_+4 { data: { content: 'Beep boop. Boop beep?' } - }) + }); }) await Bun.serve({ diff --git a/src/utils/tagsUtils.ts b/src/utils/tagsUtils.ts index 88d0803..4e6cb76 100644 --- a/src/utils/tagsUtils.ts +++ b/src/utils/tagsUtils.ts @@ -34,7 +34,7 @@ export const findTags = (name: string) => { name, value: name } - ] + ]; else return findTags(null); } } \ No newline at end of file