From dfb8821a216538c6e7a2b3bba0625a0fe4e4d49a Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 25 Jul 2021 15:48:14 -0400 Subject: chore: fix links for new repo --- README.md | 62 +++++++++++++++++++++++++++++--------- Roboto-Regular.ttf | Bin 168260 -> 0 bytes package.json | 22 +++++++------- src/lib/assets/Roboto-Regular.ttf | Bin 0 -> 168260 bytes 4 files changed, 59 insertions(+), 25 deletions(-) delete mode 100644 Roboto-Regular.ttf create mode 100644 src/lib/assets/Roboto-Regular.ttf diff --git a/README.md b/README.md index 773744c..4bb9796 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,60 @@ - -

- -
- Bush bot -

+ + +

BushBot

+ + + + + + + CodeFactor + + + + + + + + lines + + + + license + + + + contributors + + + +
- +BushBot is a multipurpose moderation bot developed for Moulberry's Bush. -[![uses badges](https://img.shields.io/badge/Uses-Badges-yellow?style=for-the-badge)](https://shields.io) -[![made with typescript](https://img.shields.io/badge/Made%20With-Typescript-orange?style=for-the-badge)](https://www.typescriptlang.org/) +

Set Up

- +

Prerequisites

-Bush bot is a custom bot for the Moulberry's Bush discord server. +- Node.JS v16.5.0+ +- Yarn +- node-canvas +- git +- A discord bot to -If you would like to set up for yourself, please see [SETUP.md](https://github.com/NotEnoughUpdates/bush-bot/blob/rewrite/.github/SETUP.md) +

Steps

-

Contributing

+- Clone the repo +- Install the dependencies with `yarn` +- Copy the `src/config/example-options.ts` to `src/config/options.ts` +- Edit the `options.ts` with your credentials +- Start the bot with `yarn start` -You are free to report bugs or contribute to this project. Just open Issues or Pull Requests and the Developer team will look into them. +

Contributing

+If you would like to contribute to the bot feel free to open a pull request and of the devs will look at it.

Credits

diff --git a/Roboto-Regular.ttf b/Roboto-Regular.ttf deleted file mode 100644 index 3d6861b..0000000 Binary files a/Roboto-Regular.ttf and /dev/null differ diff --git a/package.json b/package.json index 364b9a2..b63bf9a 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,16 @@ "version": "3.0.0", "description": "A custom bot for Moulberry's Bush", "main": "dist/bot.js", - "repository": "https://github.com/NotEnoughUpdates/bush-bot", - "author": "Tyman, IRONM00N, and TrashCan", + "repository": "https://github.com/NotEnoughUpdates/bush-bot-3.0", + "author": "IRONM00N#0001 (@IRONM00N)", + "contributors": [ + "Tyman#5998 (@TymanWasTaken)", + "TrashCan#8913 (@TrashCan69420)", + "tricked#3777 (@SkyBlockDev)", + "rioho#0001 (@riohorealhk)", + "Proudmuslim#2900 (@proudmuslim-dev)", + "Zordlan#3560 (@Zordlan)" + ], "license": "CC-BY-NC-SA-4.0", "_moduleAliases": { "@lib": "dist/lib" @@ -99,7 +107,7 @@ "ts-ignore": "allow-with-description", "ts-nocheck": "allow-with-description", "ts-check": "allow-with-description", - "minimumDescriptionLength": 10 + "minimumDescriptionLength": 5 } ] } @@ -110,13 +118,5 @@ "quoteProps": "consistent", "singleQuote": true, "trailingComma": "none" - }, - "dependenciesMeta": { - "discord-akairo@8.2.2": { - "unplugged": true - }, - "discord.js@13.0.0-dev.7e30011.1625338909": { - "unplugged": true - } } } diff --git a/src/lib/assets/Roboto-Regular.ttf b/src/lib/assets/Roboto-Regular.ttf new file mode 100644 index 0000000..3d6861b Binary files /dev/null and b/src/lib/assets/Roboto-Regular.ttf differ -- cgit