• This repository has been archived on 10/Oct/2024
  • Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Inclusive words Discord bot (no more "hey guys")

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:

SSH Github Docs

$ 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

More Repositories

1

BioDrop

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
JavaScript
5,738
star
2

awesome-github-profiles

List of GitHub profiles that have awesome customisation, that you can use for inspiration
HTML
1,469
star
3

open-source-practice

Repo for you to raise a Pull Request for practice
691
star
4

good-first-issue-finder

Issue-Crawler for GitHub based on Sveltekit
Svelte
527
star
5

support

Community Help & Support and AEA (Ask Everyone Anything)
341
star
6

EddieHubCommunity.github.io

Information about our community
JavaScript
150
star
7

RepoRater

Rate GitHub Repos for Developer Experience (DX)
JavaScript
145
star
8

api

API to manage our community data
TypeScript
70
star
9

EddieHubLive

Map to show EddieHub contributors
JavaScript
47
star
10

EventCalendar

Community events from TwitterSpaces to Live streams to Conferences
JavaScript
39
star
11

HealthCheck

Checks how friendly your Open Source project is and suggests improvements! Sponsored by @Flagsmith
JavaScript
36
star
12

CreatorsRegistry

A place for Creators to get paid for their content πŸ’°. Companies don't only look for big influencers but also micro influencers. Join the platform and let them find you!
JavaScript
36
star
13

gh-action-community

GitHub Action for the Community, from welcoming first timers to badges
JavaScript
35
star
14

gh-actions-html-table-generator

Read from a json file and write to the README
JavaScript
34
star
15

.github

EddieHub Org
29
star
16

gh-action-open-source-labels

Issue labels using Open Source labels standards
26
star
17

Hackathons

Information and assets from hackathons by EddieHub community members
Java
26
star
18

DailyTips

Get daily coding tips right to your favourite notifications
TypeScript
21
star
19

Branding

Branding repo for EddieHub community
HTML
21
star
20

infrastructure

EddieHub apps infrastructure as code
TypeScript
20
star
21

EddieBotBreakout

Discord bot to create breakout rooms
TypeScript
16
star
22

EddieBotUI

EddieBotUI is the front end application that shows Eddie Jaoude Discord Community's public stats.
JavaScript
16
star
23

monitoring

Monitor our deployed websites
Markdown
15
star
24

template

Template repo with docs and GitHub Actions etc
9
star
25

LiveStream-GitOps-Demo

GitOps live stream repo for EddieBot
JavaScript
8
star
26

BioDropDesign

Design repo for the BioDrop project
8
star
27

transcriptions

Community transcriptions for videos
5
star
28

github-trending-repos

Has your repo been trending on GitHub and you missed it?
TypeScript
4
star
29

maintainers-tool

A tool to help maintainers
TypeScript
4
star
30

RepoRater-Chrome

Chrome extension for RepoRater
TypeScript
3
star