GithubHelp home page GithubHelp logo

vyvy-vi / eddiebot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eddiehubcommunity/eddiebot

0.0 0.0 0.0 1.68 MB

Discord bot for Eddie Jaoude's Discord server

Home Page: https://discord.gg/jZQs6Wu

License: MIT License

TypeScript 95.08% Shell 0.50% JavaScript 2.52% Dockerfile 1.90%

eddiebot's Introduction

EddieBot

The official EddieBot for the official Discord server. Join us at Discord today!

Features

  • Checking all people's messages for inclusive language.

Eddie bit warning

Config / Secrets environment variables

Copy .env.example to .env and add your private information

Note: never commit this file, it is ignored by Git

DISCORD_TOKEN="<your-token>"
EDDIEBOT_MONGO_CONNECTION_STRING="<your-mongo-connection-string>"

Installation

1. Start by making a fork of the repository. Click on the "Fork" symbol at the top right corner.

2. Clone your new fork of the repository:

$ git clone [email protected]:EddieHubCommunity/EddieBot.git

note: recommended

GitHub CLI

$ gh repo clone EddieHubCommunity/EddieBot

HTTPS

$ git clone https://github.com/EddieHubCommunity/EddieBot.git

3. Set upstream command:

git remote add upstream https://github.com/EddieHubCommunity/EddieBot.git

4. Navigate to the new project directory:

cd EddieBot

5. Create a new branch:

git checkout -b <branch-name>

6. Sync your fork or a local repository with the origin repository:

  • In your forked repository click on "Fetch upstream"
  • Click "Fetch and merge".

Alternatively, Git CLI way to Sync forked repository with origin repository:

git fetch upstream
git merge upstream/main

7. Make your changes to the source code.

8. Stage your changes and commit:

git add <filename>
git commit -m "<your-commit-message>"

9. Push your local commits to the remote repository:

git push origin <branch-name>

10. Create a Pull Request!

11. Congratulations! You've made your first contribution to EddieBot! ๐Ÿ™Œ๐Ÿผ

Discord Docs

Running the app

$ npm ci

# development
$ npm run build
$ npm start

Support

EddieBot is an MIT-licensed open source project. It can grow thanks to the contributors and the community members. If you'd like to join them, feel free to make a pull request and we'll review it.

Stuck? Have any questions or comments? Join us on Discord and ask for help.

License

The EddieBot is licensed under the MIT license.

Thanks to all Contributors ๐Ÿ’ช

Thanks a lot for spending your time helping EddieBot grow. Thanks a lot! Keep rocking ๐Ÿป

Contributors

eddiebot's People

Contributors

adityaraute avatar akshu-on-github avatar allanregush avatar allcontributors[bot] avatar bolt04 avatar cahllagerfeld avatar chinmaymhatre avatar dependabot[bot] avatar eddiejaoude avatar eync avatar fi-krish avatar garretcharp avatar goluffyxd avatar kaiwalyakoparkar avatar kkhitesh avatar luckspt avatar mikeysan avatar mstanciu552 avatar panquesito7 avatar prajwal0024 avatar prince1y avatar raisinten avatar ruth-ikegah avatar sarajaoude avatar schmelto avatar starlightknown avatar stemount avatar utkarsh299-tech avatar verma-kunal avatar vyvy-vi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.