From da126fb77fe33c695ec36b9c61522228082ba7d4 Mon Sep 17 00:00:00 2001 From: ItsNotAlexy <101402577+ItsNotAlexy@users.noreply.github.com> Date: Sun, 13 Nov 2022 12:12:39 +0700 Subject: [PATCH 1/5] Remade Readme.md --- README.md | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 655b860..c473ff7 100644 --- a/README.md +++ b/README.md @@ -1 +1,73 @@ -# DBRewrite \ No newline at end of file + + + + + +
+
+
From 1a1e246592f1e62fc0492c21bde2318ed3c53f63 Mon Sep 17 00:00:00 2001
From: Mystic#9697
- đ Links
+
Contributors â¨
+
-- [GitHub](https://github.com/shadow6060/DBRewrite)
-
-- [Website](https://drunk-bartender.org)
-
-- [Patreon](https://www.patreon.com/drunkbartender)
-
-- [Discord](https://discord.gg/pY6hNVs)
+ đ Links
-- [Appeals](https://www.drunk-bartender.org/Appeals)
-
+[GitHub](https://github.com/shadow6060/DBRewrite) | [Website](https://drunk-bartender.org) | [Patreon](https://www.patreon.com/drunkbartender)| [Discord](https://discord.gg/pY6hNVs) | [Appeals](https://www.drunk-bartender.org/Appeals)
From 3782bbb0feaf50e13e55b6febfdf40d7e4510861 Mon Sep 17 00:00:00 2001
From: goldminerz <34054954+goldminerz@users.noreply.github.com>
Date: Sat, 3 Dec 2022 16:33:04 +0000
Subject: [PATCH 5/5] New new read-me
With installation guide
---
README.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 65 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ee6e863..235a034 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[](https://discord.com/invite/pY6hNVs)
[](https://github.com/shadow6060/DBRewrite)
[](https://www.typescriptlang.org/)
+[%3B%0A%7D%0A)](https://drunk-bartender.org)
@@ -53,11 +54,74 @@ And we are always open to hearing suggestions from the community about new featu
| /deliverymessage placeholders | Gets your delivery message placeholders. | Staff đ |
| /brew | Brew's an order. | Staff đ |
| /delete | Delete's a order. | Staff đ |
+
+
+ âšī¸ Installation
+
+Make sure you got Node.js
+And the following packages.
+
+ - @discordjs/builders
+ - @discordjs/rest
+ - @prisma/client
+ - cross-env
+ - discord-api-types
+ - discord.js
+ - fast-glob
+ - got
+ - hjson
+ - nekos.life
+ - pincolors
+ - pino
+ - pretty-ms
+ - source-map-support
+ - typescript
+ - typescript-memoize
+ - yarn
+ - zod
+ - ts-toolbelt
+ - prisma
+ - eslint
+
+ Once you got all these then you can finally start with setting up your database.
+ It has to be with postgres unless you want to switch it to another type.
+ But keep in mind then we can't provide you with support.
+
+You will have to make the postgres database yourself and connect the bot to it.
+The tables will be made by the bot.
+
+
+If you do not know how to create a bot.
+Then follow these steps.
+
+ 1. Go to https://discord.com/developers/applications
+ 2. Click on New Application
+ 3. And create a name for the Application
+ 4. Then click on "Bot"
+ 5. And click on "Add Bot"
+ 6. Then click on "Reset Token"
+ 7. Copy the token and place it into the config.hjson in the config folder.
+
+
+Then you want to open a terminal and run tsc.
+And then proceed to open the dist folder and start the bot by running
+
+ node index.js
+
+ then if that brings you some errors then
+ you can always contact us for support.
+ But if you got the database up and running.
+ Then this should work if you follow these steps.
+ But make sure you change the configs for roles, and channels.
+ So you can use it in your server!
+ and experience all the fun with your friends.
+But some of the channel configs are in the employee commands.
+##
Contributors â¨
-
+##