Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new abbvs + fixed a typo #283

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Closes #
- [ ] Added new abbreviation
- [ ] Fixed something in the source code
- [ ] Added a new feature
- [ ] Fixed the docs (README.md, CONTRIBTUING.md, etc)
- [ ] Fixed the docs (README.md, CONTRIBUTING.md, etc)

<!--Give a brief outline of changes you made. If you added slang, which ones? -->
### Describe the new changes you added.
Expand Down
3 changes: 3 additions & 0 deletions public/server/db/bs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Bullshit"
}
3 changes: 3 additions & 0 deletions public/server/db/gtb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Go To Bed"
}
3 changes: 3 additions & 0 deletions public/server/db/idek.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "I Don't Even Know"
}
3 changes: 3 additions & 0 deletions public/server/db/idfc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "I Don't Fucking Care"
}
3 changes: 3 additions & 0 deletions public/server/db/idfk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "I Don't Fucking Know"
}
3 changes: 3 additions & 0 deletions public/server/db/ikyl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. I think this slang already exists in our records.

"definition": "I Know You Lying"
}
3 changes: 3 additions & 0 deletions public/server/db/imj.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it is better to have separate PR for fixing typo and adding new abbreves

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "I'm Just Saying"
}
3 changes: 3 additions & 0 deletions public/server/db/js.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Just Saying"
}
3 changes: 3 additions & 0 deletions public/server/db/lmfao.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Laughing My Fucking Ass Off"
}
3 changes: 3 additions & 0 deletions public/server/db/otp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "On The Phone"
}
3 changes: 3 additions & 0 deletions public/server/db/otw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "On The Way"
}
3 changes: 3 additions & 0 deletions public/server/db/pmo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Pisses Me Off"
}
3 changes: 3 additions & 0 deletions public/server/db/rolf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Rolling On Floor Laughing"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean rofl? If so, then it already exists.

}
3 changes: 3 additions & 0 deletions public/server/db/rq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Real Quick"
}
3 changes: 3 additions & 0 deletions public/server/db/sthu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Shut The Hell Up"
}
3 changes: 3 additions & 0 deletions public/server/db/tnx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Thanks"
}
3 changes: 3 additions & 0 deletions public/server/db/tyvm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"definition": "Thank You Very Much"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Looks like this exists as well

}