├── .eslintrc.json ├── .github ├── ISSUE_TEMPLATE │ ├── abbreviation.yml │ ├── bug.yml │ ├── config.yml │ ├── doc_issue.yml │ ├── features.yml │ └── other.yml ├── pull_request_template.md └── workflows │ └── releases.yml ├── .gitignore ├── .husky └── pre-commit ├── .lintstagedrc.json ├── .prettierrc ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── cli-demo.gif ├── index.html ├── package.json ├── postcss.config.cjs ├── public ├── favicon.ico └── server │ ├── README.md │ ├── db │ ├── aaf.json │ ├── adih.json │ ├── aeap.json │ ├── af.json │ ├── afaic.json │ ├── afaik.json │ ├── afair.json │ ├── afk.json │ ├── aisb.json │ ├── aka.json │ ├── alb.json │ ├── ama.json │ ├── amaa.json │ ├── asap.json │ ├── asf.json │ ├── atm.json │ ├── atp.json │ ├── awol.json │ ├── b2w.json │ ├── b4.json │ ├── b4n.json │ ├── bae.json │ ├── bak.json │ ├── bau.json │ ├── bbl.json │ ├── bbs.json │ ├── bc.json │ ├── bf.json │ ├── bff.json │ ├── bffr.json │ ├── bipoc.json │ ├── bitmt.json │ ├── bogof.json │ ├── brb.json │ ├── brt.json │ ├── bs.json │ ├── bt.json │ ├── btaim.json │ ├── bts.json │ ├── btt.json │ ├── btw.json │ ├── bwl.json │ ├── byob.json │ ├── cfbr.json │ ├── cfo.json │ ├── cl.json │ ├── cmiiw.json │ ├── csl.json │ ├── ctn.json │ ├── cu.json │ ├── cul8r.json │ ├── cwot.json │ ├── cya.json │ ├── cydm.json │ ├── cye.json │ ├── cyt.json │ ├── dfkm.json │ ├── dftba.json │ ├── dgaf.json │ ├── diky.json │ ├── dilligaf.json │ ├── diy.json │ ├── dkm.json │ ├── dm.json │ ├── dnd.json │ ├── dp.json │ ├── dtf.json │ ├── dtm.json │ ├── dw.json │ ├── dwh.json │ ├── dyg.json │ ├── dygm.json │ ├── dyk.json │ ├── eli5.json │ ├── eod.json │ ├── eta.json │ ├── f2f.json │ ├── f2p.json │ ├── faq.json │ ├── fb.json │ ├── fcfs.json │ ├── fcol.json │ ├── ffa.json │ ├── ffs.json │ ├── fgs.json │ ├── fimh.json │ ├── fka.json │ ├── fml.json │ ├── fomo.json │ ├── foss.json │ ├── fr.json │ ├── fren.json │ ├── ftfy.json │ ├── ftl.json │ ├── ftw.json │ ├── fwb.json │ ├── fwiw.json │ ├── fyi.json │ ├── fyp.json │ ├── g2g.json │ ├── gbtyl.json │ ├── gf.json │ ├── gfu.json │ ├── gg.json │ ├── gj.json │ ├── gl.json │ ├── glhf.json │ ├── gm.json │ ├── gmta.json │ ├── gn.json │ ├── goat.json │ ├── gr8.json │ ├── grwm.json │ ├── gtb.json │ ├── gtfo.json │ ├── gtg.json │ ├── gtk.json │ ├── gtr.json │ ├── gtsy.json │ ├── gwhtlc.json │ ├── hbd.json │ ├── hbty.json │ ├── hbu.json │ ├── hifw.json │ ├── hmb.json │ ├── hmu.json │ ├── hnm.json │ ├── hoas.json │ ├── hru.json │ ├── hs.json │ ├── htf.json │ ├── hth.json │ ├── hyd.json │ ├── iagl.json │ ├── iagt.json │ ├── iama.json │ ├── ib.json │ ├── icam.json │ ├── icymi.json │ ├── idc.json │ ├── idca.json │ ├── idg.json │ ├── idgaf.json │ ├── idh.json │ ├── idk.json │ ├── idrk.json │ ├── idt.json │ ├── idts.json │ ├── if.json │ ├── ifb.json │ ├── ifg.json │ ├── ifyp.json │ ├── ig.json │ ├── igtg.json │ ├── ihtg.json │ ├── iirc.json │ ├── ijbol.json │ ├── ijn.json │ ├── ik.json │ ├── ikr.json │ ├── iktr.json │ ├── ikyfl.json │ ├── ikyl.json │ ├── ilu.json │ ├── iluvm.json │ ├── ily.json │ ├── ilysm.json │ ├── imao.json │ ├── imho.json │ ├── imj.json │ ├── imo.json │ ├── imu.json │ ├── imuvm.json │ ├── imy.json │ ├── ipnts.json │ ├── irl.json │ ├── iso.json │ ├── istg.json │ ├── itt.json │ ├── iykyk.json │ ├── jic.json │ ├── jk.json │ ├── js.json │ ├── jsyk.json │ ├── k.json │ ├── kim.json │ ├── kiss.json │ ├── kmt.json │ ├── kpc.json │ ├── lbvs.json │ ├── ldr.json │ ├── lfg.json │ ├── lg.json │ ├── lgtm.json │ ├── lmao.json │ ├── lmbo.json │ ├── lmc.json │ ├── lmk.json │ ├── lms.json │ ├── lol.json │ ├── loml.json │ ├── ltr.json │ ├── lysm.json │ ├── lyt.json │ ├── mcm.json │ ├── mfw.json │ ├── mgl.json │ ├── ml.json │ ├── mtfbwy.json │ ├── myob.json │ ├── na.json │ ├── nagi.json │ ├── nbd.json │ ├── ngl.json │ ├── ngmi.json │ ├── nm.json │ ├── nnn.json │ ├── np.json │ ├── nsfl.json │ ├── nsfw.json │ ├── nt.json │ ├── nvm.json │ ├── oc.json │ ├── ofc.json │ ├── og.json │ ├── oic.json │ ├── omdb.json │ ├── omfg.json │ ├── omg.json │ ├── omw.json │ ├── ong.json │ ├── oomf.json │ ├── ooo.json │ ├── ootd.json │ ├── op.json │ ├── ot.json │ ├── otg.json │ ├── otoh.json │ ├── otp.json │ ├── p2p.json │ ├── paw.json │ ├── pcm.json │ ├── pda.json │ ├── pfp.json │ ├── pip.json │ ├── pitr.json │ ├── pls.json │ ├── pm.json │ ├── pmo.json │ ├── pnl.json │ ├── potd.json │ ├── pov.json │ ├── ppl.json │ ├── ppv.json │ ├── pr.json │ ├── ptfo.json │ ├── pvp.json │ ├── qotd.json │ ├── qq.json │ ├── qt.json │ ├── rbtl.json │ ├── rip.json │ ├── rn.json │ ├── rofl.json │ ├── rq.json │ ├── rsvp.json │ ├── rt.json │ ├── rtfm.json │ ├── s%2Fo.json │ ├── sahm.json │ ├── sbs.json │ ├── sfw.json │ ├── smfh.json │ ├── smh.json │ ├── smhid.json │ ├── smp.json │ ├── snmp.json │ ├── so.json │ ├── soml.json │ ├── srly.json │ ├── ss.json │ ├── ssdd.json │ ├── stem.json │ ├── stfu.json │ ├── sthu.json │ ├── sus.json │ ├── syl.json │ ├── sys.json │ ├── tay.json │ ├── tba.json │ ├── tbc.json │ ├── tbd.json │ ├── tbf.json │ ├── tbh.json │ ├── tbt.json │ ├── tc.json │ ├── td.json │ ├── tfs.json │ ├── tfw.json │ ├── tfy.json │ ├── tg.json │ ├── tgif.json │ ├── thu.json │ ├── thx.json │ ├── tia.json │ ├── til.json │ ├── tl.json │ ├── tlc.json │ ├── tldr.json │ ├── tmb.json │ ├── tmi.json │ ├── tml.json │ ├── tntl.json │ ├── ttly.json │ ├── ttyl.json │ ├── ttys.json │ ├── tw.json │ ├── ty.json │ ├── tysm.json │ ├── tyvm.json │ ├── u2y.json │ ├── ufo.json │ ├── uk.json │ ├── vfm.json │ ├── vod.json │ ├── vv.json │ ├── wagmi.json │ ├── wah.json │ ├── was.json │ ├── wb.json │ ├── wbu.json │ ├── wcw.json │ ├── wdym.json │ ├── wfh.json │ ├── wgaf.json │ ├── wgmi.json │ ├── wip.json │ ├── wlcm.json │ ├── wru.json │ ├── wrud.json │ ├── wrul.json │ ├── wsup.json │ ├── wtaf.json │ ├── wtf.json │ ├── wtfh.json │ ├── wth.json │ ├── wug.json │ ├── wullnp.json │ ├── wuu2.json │ ├── wuwh.json │ ├── wya.json │ ├── wyd.json │ ├── wym.json │ ├── wysiwyg.json │ ├── wytb.json │ ├── wywh.json │ ├── xd.json │ ├── xoxo.json │ ├── y.json │ ├── ygtr.json │ ├── yk.json │ ├── yktv.json │ ├── ykw.json │ ├── ykwim.json │ ├── ymmv.json │ ├── ynk.json │ ├── yolo.json │ ├── yrr.json │ ├── yt.json │ └── yw.json │ ├── encodedAbbrMappings.json │ ├── lib │ └── dbManager.js │ └── scripts │ ├── cleanupDb.js │ ├── compileDb.js │ └── enterDb.js ├── src ├── App.jsx ├── assets │ ├── btw.png │ ├── copy.png │ ├── emy.jpg │ ├── fyi.png │ ├── idk.png │ ├── ig.png │ ├── lfg.png │ ├── lgtm.png │ ├── logo.png │ ├── nate.jpg │ └── thumbnail.png ├── components │ ├── footer.jsx │ ├── form.jsx │ ├── hero.jsx │ ├── loadingSpinner.jsx │ └── navbar.jsx ├── index.css └── main.jsx ├── tailwind.config.cjs └── vite.config.js /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/abbreviation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.github/ISSUE_TEMPLATE/abbreviation.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/doc_issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.github/ISSUE_TEMPLATE/doc_issue.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/features.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.github/ISSUE_TEMPLATE/features.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/other.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.github/ISSUE_TEMPLATE/other.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/releases.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.github/workflows/releases.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.husky/pre-commit -------------------------------------------------------------------------------- /.lintstagedrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.lintstagedrc.json -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/.prettierrc -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/README.md -------------------------------------------------------------------------------- /cli-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/cli-demo.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/postcss.config.cjs -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/README.md -------------------------------------------------------------------------------- /public/server/db/aaf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "As A Friend" 3 | } -------------------------------------------------------------------------------- /public/server/db/adih.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Another Day In Hell" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/aeap.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "As Early As Possible" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/af.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "As Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/afaic.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "As Far As I'm Concerned" 3 | } -------------------------------------------------------------------------------- /public/server/db/afaik.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "As Far As I Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/afair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/afair.json -------------------------------------------------------------------------------- /public/server/db/afk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Away From Keyboard" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/aisb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/aisb.json -------------------------------------------------------------------------------- /public/server/db/aka.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Also Known As" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/alb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "A Little Bit" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ama.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Ask Me Anything" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/amaa.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Ask Me Almost Anything" 3 | } -------------------------------------------------------------------------------- /public/server/db/asap.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "As Soon As Possible" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/asf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "As Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/atm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "At The Moment" 3 | } -------------------------------------------------------------------------------- /public/server/db/atp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/atp.json -------------------------------------------------------------------------------- /public/server/db/awol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/awol.json -------------------------------------------------------------------------------- /public/server/db/b2w.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Back To Work" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/b4.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Before" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/b4n.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Bye For Now" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bae.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Before Anyone Else" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bak.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Back To Keyboard" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bau.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Business As Usual" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bbl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/bbl.json -------------------------------------------------------------------------------- /public/server/db/bbs.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Be Back Soon" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Because" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/bf.json -------------------------------------------------------------------------------- /public/server/db/bff.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Best Friend Forever" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bffr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/bffr.json -------------------------------------------------------------------------------- /public/server/db/bipoc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Black, Indigeneous and People Of Colour" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bitmt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "But In The Maintime" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bogof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/bogof.json -------------------------------------------------------------------------------- /public/server/db/brb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Be Right Back" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/brt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Be Right There" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bs.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Bullshit" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Bad Trip" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/btaim.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Be That As It May" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/bts.json -------------------------------------------------------------------------------- /public/server/db/btt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Back To Topic" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/btw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "By The Way" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/bwl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Bursting With Laughter" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/byob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/byob.json -------------------------------------------------------------------------------- /public/server/db/cfbr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Commenting For Better Reach" 3 | } -------------------------------------------------------------------------------- /public/server/db/cfo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Cheif Financial Officer" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/cl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Contact List" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/cmiiw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Correct Me If I'm Wrong" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/csl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Can't Stop Laughing" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ctn.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition":"Can't Talk Now" 3 | } -------------------------------------------------------------------------------- /public/server/db/cu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "See You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/cul8r.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "See You Later" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/cwot.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Complete Waste Of Time" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/cya.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/cya.json -------------------------------------------------------------------------------- /public/server/db/cydm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Check Your Direct Message" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/cye.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition":"Check Your Email" 3 | } -------------------------------------------------------------------------------- /public/server/db/cyt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "See You Tomorrow" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dfkm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Don't Fucking Kill Me" 3 | } -------------------------------------------------------------------------------- /public/server/db/dftba.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Don’t Forget To Be Awesome" 3 | } -------------------------------------------------------------------------------- /public/server/db/dgaf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Don't Give A Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/diky.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Do I Know You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dilligaf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Do I Look Like I Give A Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/diy.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Do It Yourself" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dkm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/dkm.json -------------------------------------------------------------------------------- /public/server/db/dm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Direct Message" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dnd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Do Not Disturb" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/dp.json -------------------------------------------------------------------------------- /public/server/db/dtf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Down To Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dtm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Doing Too Much" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/dw.json -------------------------------------------------------------------------------- /public/server/db/dwh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "During Work Hours" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dyg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Do You Get?" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dygm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Do You Get Me" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/dyk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Do You Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/eli5.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Explain Like I Am Five" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/eod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/eod.json -------------------------------------------------------------------------------- /public/server/db/eta.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Estimated Time Of Arrival" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/f2f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/f2f.json -------------------------------------------------------------------------------- /public/server/db/f2p.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Free To Play" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/faq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/faq.json -------------------------------------------------------------------------------- /public/server/db/fb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/fb.json -------------------------------------------------------------------------------- /public/server/db/fcfs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/fcfs.json -------------------------------------------------------------------------------- /public/server/db/fcol.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "For Crying Out Loud" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ffa.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Free For All" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ffs.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "For Fuck Sake" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fgs.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "For God's sake" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fimh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Forever In My Heart" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fka.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Formerly Known As" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fml.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Fuck My Life" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fomo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Fear Of Missing Out" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/foss.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Free Open-Source Software" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "For Real" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fren.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Friend" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ftfy.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Fixed That For You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ftl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "For The Loss" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ftw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "For The Win" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fwb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Friends With Benefits" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fwiw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "For What It's Worth" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/fyi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/fyi.json -------------------------------------------------------------------------------- /public/server/db/fyp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/fyp.json -------------------------------------------------------------------------------- /public/server/db/g2g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/g2g.json -------------------------------------------------------------------------------- /public/server/db/gbtyl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Get Back To You Later" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Girlfriend" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gfu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Good For You" 3 | } -------------------------------------------------------------------------------- /public/server/db/gg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Good Game" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gj.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Good Job" 3 | } -------------------------------------------------------------------------------- /public/server/db/gl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Good Luck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/glhf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Good Luck, Have Fun!" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/gm.json -------------------------------------------------------------------------------- /public/server/db/gmta.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Great Minds Think Alike" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/gn.json -------------------------------------------------------------------------------- /public/server/db/goat.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Greatest Of All Time" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gr8.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Great" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/grwm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Get Ready With Me" 3 | } -------------------------------------------------------------------------------- /public/server/db/gtb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Go To Bed" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gtfo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Get The Fuck Out" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gtg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Got To Go" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gtk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Good To Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gtr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Got To Run" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gtsy.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Good To See You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/gwhtlc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Glad We Had This Little Chat" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hbd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Happy Birthday" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hbty.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Happy Birthday To You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hbu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "How About You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hifw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "How I Feel When" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hmb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Hit Me Back" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hmu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Hit Me Up" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hnm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Happy New Month" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hoas.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Hold On A Second" 3 | } -------------------------------------------------------------------------------- /public/server/db/hru.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "How Are You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/hs.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Happy Sunday" 3 | } -------------------------------------------------------------------------------- /public/server/db/htf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/htf.json -------------------------------------------------------------------------------- /public/server/db/hth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/hth.json -------------------------------------------------------------------------------- /public/server/db/hyd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "How You Doing?" 3 | } -------------------------------------------------------------------------------- /public/server/db/iagl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Ain't Gonna Lie" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/iagt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "It's All Good Though" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/iama.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Am A" 3 | } -------------------------------------------------------------------------------- /public/server/db/ib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/ib.json -------------------------------------------------------------------------------- /public/server/db/icam.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Couldn't Agree More" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/icymi.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "In Case You Missed It" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/idc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Care" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/idca.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Care Anymore" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/idg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/idg.json -------------------------------------------------------------------------------- /public/server/db/idgaf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Give A Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/idh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Have" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/idk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/idrk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Really Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/idt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Think" 3 | } -------------------------------------------------------------------------------- /public/server/db/idts.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Don't Think So" 3 | } -------------------------------------------------------------------------------- /public/server/db/if.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I'm Fine" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ifb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Follow Back" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ifg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Feel Good" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ifyp.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Feel Your Pain" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/ig.json -------------------------------------------------------------------------------- /public/server/db/igtg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I've Got To Go" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ihtg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Have To Go" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/iirc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/iirc.json -------------------------------------------------------------------------------- /public/server/db/ijbol.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Just Burst Out Laughing" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ijn.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "In Jesus Name" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ik.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ikr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Know, Right?" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/iktr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Know That's Right!" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ikyfl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/ikyfl.json -------------------------------------------------------------------------------- /public/server/db/ikyl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Know You Lying" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ilu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/ilu.json -------------------------------------------------------------------------------- /public/server/db/iluvm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Love You Very Much" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ily.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Love You" 3 | } -------------------------------------------------------------------------------- /public/server/db/ilysm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Love You So Much" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/imao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/imao.json -------------------------------------------------------------------------------- /public/server/db/imho.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/imho.json -------------------------------------------------------------------------------- /public/server/db/imj.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I'm Just Saying" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/imo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/imo.json -------------------------------------------------------------------------------- /public/server/db/imu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Miss You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/imuvm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Miss You Very Much" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/imy.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Miss You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ipnts.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Prefer Not To Speak" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/irl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "In Real Life" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/iso.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition":"In Search Of" 3 | } -------------------------------------------------------------------------------- /public/server/db/istg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "I Swear To God" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/itt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/itt.json -------------------------------------------------------------------------------- /public/server/db/iykyk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/iykyk.json -------------------------------------------------------------------------------- /public/server/db/jic.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Just In Case" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/jk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Just Kidding" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/js.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Just Saying" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/jsyk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Just So You Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/k.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Okay" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/kim.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Keep In Mind" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/kiss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/kiss.json -------------------------------------------------------------------------------- /public/server/db/kmt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Kiss My Teeth" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/kpc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Keeping Parents Clueless" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lbvs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/lbvs.json -------------------------------------------------------------------------------- /public/server/db/ldr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/ldr.json -------------------------------------------------------------------------------- /public/server/db/lfg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/lfg.json -------------------------------------------------------------------------------- /public/server/db/lg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Let's Go" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lgtm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/lgtm.json -------------------------------------------------------------------------------- /public/server/db/lmao.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Laughing My Ass Off" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lmbo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Laughing My Butt Off" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lmc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Let Me Check" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lmk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Let Me Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lms.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Like My Status" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lol.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Laugh Out Loud" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/loml.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Love Of My Life" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ltr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Long-term relationship" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lysm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Love You So Much" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/lyt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Love You Too" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/mcm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Man Crush Monday" 3 | } -------------------------------------------------------------------------------- /public/server/db/mfw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "My Face When" 3 | } -------------------------------------------------------------------------------- /public/server/db/mgl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "More Good Life" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ml.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "My Love" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/mtfbwy.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "May The Force Be With You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/myob.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Mind Your Own Business" 3 | } -------------------------------------------------------------------------------- /public/server/db/na.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/na.json -------------------------------------------------------------------------------- /public/server/db/nagi.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Not A Good Idea" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/nbd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/nbd.json -------------------------------------------------------------------------------- /public/server/db/ngl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Not Gonna Lie" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ngmi.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Not Going To Make It" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/nm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/nm.json -------------------------------------------------------------------------------- /public/server/db/nnn.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "No Nut November" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/np.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "No Problem" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/nsfl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Not Safe For Life" 3 | } -------------------------------------------------------------------------------- /public/server/db/nsfw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Not Safe For Work" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/nt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Next Time" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/nvm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Never Mind" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/oc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/oc.json -------------------------------------------------------------------------------- /public/server/db/ofc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Of Course" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/og.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Original Gangster" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/oic.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Oh, I See" 3 | } -------------------------------------------------------------------------------- /public/server/db/omdb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Over My Dead Body" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/omfg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Oh My Fucking God" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/omg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/omg.json -------------------------------------------------------------------------------- /public/server/db/omw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "On My Way " 3 | } -------------------------------------------------------------------------------- /public/server/db/ong.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "On God" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/oomf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/oomf.json -------------------------------------------------------------------------------- /public/server/db/ooo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Out Of the Office" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ootd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Outfit Of The Day" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/op.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Original Poster" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ot.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition":"On Time" 3 | } -------------------------------------------------------------------------------- /public/server/db/otg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "On The Go" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/otoh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition":"On The Other Hand" 3 | } -------------------------------------------------------------------------------- /public/server/db/otp.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "On The Phone" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/p2p.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/p2p.json -------------------------------------------------------------------------------- /public/server/db/paw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Parents Are Watching" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/pcm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/pcm.json -------------------------------------------------------------------------------- /public/server/db/pda.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/pda.json -------------------------------------------------------------------------------- /public/server/db/pfp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/pfp.json -------------------------------------------------------------------------------- /public/server/db/pip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/pip.json -------------------------------------------------------------------------------- /public/server/db/pitr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Parent In The Room" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/pls.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Please" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/pm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Private Message" 3 | } -------------------------------------------------------------------------------- /public/server/db/pmo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/pmo.json -------------------------------------------------------------------------------- /public/server/db/pnl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Peace And Love" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/potd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Photo Of The Day" 3 | } -------------------------------------------------------------------------------- /public/server/db/pov.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Point Of View" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ppl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "People" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ppv.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Pay Per View" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/pr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Pull Request" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ptfo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Passed The Fuck Out" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/pvp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/pvp.json -------------------------------------------------------------------------------- /public/server/db/qotd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Quote Of The Day" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/qq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/qq.json -------------------------------------------------------------------------------- /public/server/db/qt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Cutie" 3 | } -------------------------------------------------------------------------------- /public/server/db/rbtl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Read Between The Lines" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/rip.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Rest In Peace" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/rn.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Right Now" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/rofl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Rolling On The Floor, Laughing" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/rq.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Real Quick" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/rsvp.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Please Respond" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/rt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition":"Real Time" 3 | } -------------------------------------------------------------------------------- /public/server/db/rtfm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Read The Fucking Manual" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/s%2Fo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/s%2Fo.json -------------------------------------------------------------------------------- /public/server/db/sahm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Stay At Home Mom" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/sbs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/sbs.json -------------------------------------------------------------------------------- /public/server/db/sfw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Safe For Work" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/smfh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/smfh.json -------------------------------------------------------------------------------- /public/server/db/smh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Shaking My Head" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/smhid.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Scratching My Head In Disbelief" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/smp.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Social Media Platform" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/snmp.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "So Not My Problem" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/so.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Significant Other" 3 | } -------------------------------------------------------------------------------- /public/server/db/soml.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Story Of My Life" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/srly.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Seriously" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/ss.json -------------------------------------------------------------------------------- /public/server/db/ssdd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Same Stuff, Different Day" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/stem.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Science, Technology, Engineering, and Mathematics" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/stfu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Shut The Fuck Up" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/sthu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Shut The Hell Up" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/sus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/sus.json -------------------------------------------------------------------------------- /public/server/db/syl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "See You Later" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/sys.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "See You Soon" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tay.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Thinking About You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tba.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "To Be Announced" 3 | } -------------------------------------------------------------------------------- /public/server/db/tbc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "To Be Continued" 3 | } -------------------------------------------------------------------------------- /public/server/db/tbd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "To Be Decided" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tbf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/tbf.json -------------------------------------------------------------------------------- /public/server/db/tbh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "To Be Honest" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tbt.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Throwback Thursday" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Take Care" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/td.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/td.json -------------------------------------------------------------------------------- /public/server/db/tfs.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Thanks For Sharing" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tfw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "The Feeling When" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tfy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/tfy.json -------------------------------------------------------------------------------- /public/server/db/tg.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "That's Great" 3 | } -------------------------------------------------------------------------------- /public/server/db/tgif.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/tgif.json -------------------------------------------------------------------------------- /public/server/db/thu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/thu.json -------------------------------------------------------------------------------- /public/server/db/thx.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Thanks" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tia.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Thanks In Advance" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/til.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/til.json -------------------------------------------------------------------------------- /public/server/db/tl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Timeline" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tlc.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Tender Loving Care" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tldr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Too Long, Didn't Read" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tmb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Tweet Me Back" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tmi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/tmi.json -------------------------------------------------------------------------------- /public/server/db/tml.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Text Me Later" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tntl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Trying Not To Laugh" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ttly.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Totally" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ttyl.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Talk To You Later" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ttys.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/ttys.json -------------------------------------------------------------------------------- /public/server/db/tw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Trigger Warning" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ty.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Thank You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tysm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Thank You So Much" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/tyvm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Thank You Very Much" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/u2y.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Up To You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ufo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Unidentified Flying Object" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/uk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/vfm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Value For Money" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/vod.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Video On Demand" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/vv.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Vice Versa" 3 | } -------------------------------------------------------------------------------- /public/server/db/wagmi.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "We're All Gonna Make It" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wah.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Working At Home" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/was.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Wait a Second" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Welcome Back" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wbu.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What About You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wcw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Women Crush Wednesday" 3 | } -------------------------------------------------------------------------------- /public/server/db/wdym.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What Do You Mean?" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wfh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/wfh.json -------------------------------------------------------------------------------- /public/server/db/wgaf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Who Gives A Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wgmi.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "We're Going To Make It" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wip.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Work In Progress" 3 | } -------------------------------------------------------------------------------- /public/server/db/wlcm.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Welcome" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wru.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Who Are You" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wrud.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What Are You Doing" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wrul.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Why Are You Laughing" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wsup.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What's Up?" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wtaf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What The Actual Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wtf.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What The Fuck" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wtfh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What The Fucking Hell" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wth.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What The Hell" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wug.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What You Got?" 3 | } -------------------------------------------------------------------------------- /public/server/db/wullnp.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Wishing You Long Life And Prosperity" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wuu2.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What Are You Up To?" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wuwh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Wish You Were Here" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wya.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Where You At?" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wyd.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "What You Doing" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wym.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/wym.json -------------------------------------------------------------------------------- /public/server/db/wysiwyg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/wysiwyg.json -------------------------------------------------------------------------------- /public/server/db/wytb.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Wish You The Best" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/wywh.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Wish You Were Here" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/xd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/xd.json -------------------------------------------------------------------------------- /public/server/db/xoxo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Hugs And Kisses" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/y.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Why" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ygtr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Got That Right" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/yk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/yk.json -------------------------------------------------------------------------------- /public/server/db/yktv.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Know The Vibe!" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ykw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Know What" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ykwim.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Know What I Mean" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ymmv.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "Your Mileage May Vary" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/ynk.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Never Know" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/yolo.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Only Live Once!" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/yrr.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You Are Right" 3 | } 4 | -------------------------------------------------------------------------------- /public/server/db/yt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/db/yt.json -------------------------------------------------------------------------------- /public/server/db/yw.json: -------------------------------------------------------------------------------- 1 | { 2 | "definition": "You're Welcome" 3 | } -------------------------------------------------------------------------------- /public/server/encodedAbbrMappings.json: -------------------------------------------------------------------------------- 1 | { 2 | "s%2Fo": "s/o" 3 | } -------------------------------------------------------------------------------- /public/server/lib/dbManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/lib/dbManager.js -------------------------------------------------------------------------------- /public/server/scripts/cleanupDb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/scripts/cleanupDb.js -------------------------------------------------------------------------------- /public/server/scripts/compileDb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/scripts/compileDb.js -------------------------------------------------------------------------------- /public/server/scripts/enterDb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/public/server/scripts/enterDb.js -------------------------------------------------------------------------------- /src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/App.jsx -------------------------------------------------------------------------------- /src/assets/btw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/btw.png -------------------------------------------------------------------------------- /src/assets/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/copy.png -------------------------------------------------------------------------------- /src/assets/emy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/emy.jpg -------------------------------------------------------------------------------- /src/assets/fyi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/fyi.png -------------------------------------------------------------------------------- /src/assets/idk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/idk.png -------------------------------------------------------------------------------- /src/assets/ig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/ig.png -------------------------------------------------------------------------------- /src/assets/lfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/lfg.png -------------------------------------------------------------------------------- /src/assets/lgtm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/lgtm.png -------------------------------------------------------------------------------- /src/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/logo.png -------------------------------------------------------------------------------- /src/assets/nate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/nate.jpg -------------------------------------------------------------------------------- /src/assets/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/assets/thumbnail.png -------------------------------------------------------------------------------- /src/components/footer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/components/footer.jsx -------------------------------------------------------------------------------- /src/components/form.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/components/form.jsx -------------------------------------------------------------------------------- /src/components/hero.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/components/hero.jsx -------------------------------------------------------------------------------- /src/components/loadingSpinner.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/components/loadingSpinner.jsx -------------------------------------------------------------------------------- /src/components/navbar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/components/navbar.jsx -------------------------------------------------------------------------------- /src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/index.css -------------------------------------------------------------------------------- /src/main.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/src/main.jsx -------------------------------------------------------------------------------- /tailwind.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/tailwind.config.cjs -------------------------------------------------------------------------------- /vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Njong392/Abbreve/HEAD/vite.config.js --------------------------------------------------------------------------------