Commit Graph

46 Commits

Author SHA1 Message Date
xxDeveloper
702c5750fc docs: Fix the code example (#128) 2022-09-03 14:52:26 +03:00
Jacob Nguyen
c5bd94131d feat: fix duplicate 2022-08-14 12:54:28 -05:00
Jacob Nguyen
4e9530f4d7 docs(readme): @Murtatrxx work readme improvements (#104)
* docs: 🦋 Refreshed README

* docs: Imrpoved hero image

* docs: Changed the title

* fix: Fixed the title display

* docs: Added copyright to README

* docs: Added more badges

* docs: Updated license badge

* docs: Fixed message grammar

* fix: Fixed the line count

* docs: Shortened the description

* revert: Remove copyright

* docs: Updated the name on README

* docs: Added bun to installations

* ci: version.txt

* ci: simple release-type

* chore: Added .vscode/ dir to ignore file

* docs: Improved readme

* docs: Requested changes

* docs: Updated readme with more details

* feat: update banner

* feat: update readme

* docs: Updated features section’s title

* docs: Requested changes

* fix: Grammar

* feat: delete version.txt

* chore: update release-please

* docs: fixed typo

Co-authored-by: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com>
2022-08-14 12:50:07 -05:00
Jacob Nguyen
0da1b5a4dc feat: update example 2022-08-10 23:44:53 -05:00
Jacob Nguyen
35a200f055 docs: update example 2022-07-18 13:55:32 -05:00
Jacob Nguyen
e677ce0839 fix: Change discord server link (#62) 2022-06-20 21:18:56 +03:00
Jacob Nguyen
a5320dddb9 docs: Highly encourage to use cli 2022-06-02 15:29:44 -05:00
Jacob Nguyen
92b83c8d32 Update README.md 2022-06-02 15:28:40 -05:00
xxDeveloper
163e48f3eb feat(*): Revamp Docs (#47)
* style: Formatted 17 files & changes messageHelper util

* style: Formatted HTML and CSS files

* Revert "style: Formatted 17 files & changes messageHelper util"

This reverts commit 988d7fa6d2.

* style(style.css): Formatted main style file with tabwidth 2

* chore: Added docs maintainer

* chore: Changed typedoc configration

* chore(README.md): Removed coming soon from links

* chore: Updated Prettier formatter tab width

* docs(readme): Improved Readme readability

* docs(README): Fixed installation box

* style(README.md): Improved readability

* chore: Added CONTRIBUTING.md

* docs(README.md): Removed old repo link and it's line

* docs(README): Updated Intents to djs v14

Co-authored-by: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com>

* docs: Updated README example to djs v14

* docs: Formatted README examples

* Update README.md

* docs: Updated organization description

* docs(README): Rename 'fixed' to 'patched'

* chore: Updated LICENSE

* chore: Updated LICNESE

* chore: Changed license to MIT

* Delete LICENSE.md

* chore: Recreated LICENSE

* chore: First License boilerplate preview

* style(index.ts): Added a space

* chore(index.ts): First license boilerplate preview

* chore(PRETTIER): Re-updated the tab width

* chore(SECURITY): Updated security.md file

* docs(README): Improved readability

* fix(README): Fixed typo

* style: Updated license boilerplate

* style(*): Updated license boilerplate

* style: Updated license boilerplate

* style: Updated license boilerplate

* style: Updated license boilerplate

* style: Updated License boilerplate

* style: Updated License boilerplate

* docs(README): Added stats

* docs(README): Temporarily or permanently removed stats

* refactor: DRY Principles

* feat: finished interactionCreate.ts handling? (need test)

* chore: Updated CONTRIBUTING.md file

* chore: Updated credits

* chore(NPM): Prepared package.json for release

* revert: Some changes

* revert: Revert back to MIT LICENSE (#50)

* chore: Updated LICENSE boilerplate

* style: Improved comments

* style: Updated comments

* fix: Non-exhaustiveness led to commands not registering readyEvent.ts

* feat: Add DefinetlyDefined type, more todo statements

* feat: Aliases optional

* feat: Optional plugins to reduce bloat

* feat: better looking typings for modules

* refactor: Simplify sernModule handler signature

* refactor: make ApplicationCommandOptions optional

* refactor: make description optional

* refactor: Bring CommandType and PluginType to top level

* fix: Fix return type of sernModule

* refactor: Why is that not assignable bruh

* revert: Re-add plugins overload

* fix(CODE_OF_CONDUCT): Removed unusual dot

* Update package.json

* fix: Resolve conflicts

* fix: Resolve conflicts

* feat: should be able to register other nodejs event emitters

* fix: Standard for of does not resolve promises. Switched to for await

* feat: Adding sern event listeners, overriding and typing methods

* feat: Edited event names for more conciseness, finished basic event emitters

* style: Run prettier

* fix: didn't run prettier, now i am

* fix: linting issue in markup.ts

* fix: prettier wants lf line ending

* fix: prettier changes again

* feat: add .prettierignore and ignore README.md

* feat: add externallyUsed.ts and support BothCommands again

* feat: remove comments about prev commit

* style: change prettier print width and reformat

* feat: adding modal and autocomplete support

* feat: Finishing up autocomplete, need to test

* feat: Making name required in auto cmp interactions

* feat: move name and description out of OptionsData[]

* feat: finishing optionData for autocomplete changes, adding class for builder

* feat: finishing autocomplete!!

* refactor: Simplifying logic of message filter

* feat: Adding docs to some data structures, moving to default from export files

* refactor: cleaning up code, removing unuseds

* feat: adding refactoring for repetitive event plugin processing

* feat: adding better typings, refactoring

* refactor: remove unnecessary nullish short circuit

* refactor: remove unnecessary nullish short circuit

* feat: add docs/ to npmignore

* style: Formatted 17 files & changes messageHelper util

* style: Formatted HTML and CSS files

* Revert "style: Formatted 17 files & changes messageHelper util"

This reverts commit 988d7fa6d2.

* style(style.css): Formatted main style file with tabwidth 2

* chore: Added docs maintainer

* chore: Changed typedoc configration

* chore(README.md): Removed coming soon from links

* docs(readme): Improved Readme readability

* chore: Added CONTRIBUTING.md

* docs(README): Fixed installation box

* style(README.md): Improved readability

* docs(README.md): Removed old repo link and it's line

* docs: Updated README example to djs v14

* docs(README): Updated Intents to djs v14

Co-authored-by: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com>

* docs: Formatted README examples

* Update README.md

* chore: Updated LICENSE

* chore: Updated LICNESE

* chore: Changed license to MIT

* Delete LICENSE.md

* chore: Recreated LICENSE

* chore: First License boilerplate preview

* style(index.ts): Added a space

* chore(index.ts): First license boilerplate preview

* chore(SECURITY): Updated security.md file

* style: Updated license boilerplate

* docs(README): Added stats

* chore: Updated CONTRIBUTING.md file

* chore: Updated credits

* chore(NPM): Prepared package.json for release

* revert: Some changes

* revert: Revert back to MIT LICENSE (#50)

* fix(CODE_OF_CONDUCT): Removed unusual dot

* fix: Resolve conflicts

* fix: Resolve conflicts

Co-authored-by: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com>
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
2022-05-30 20:54:23 +03:00
Jacob Nguyen
7ae5ecf1a6 feat: add .prettierignore and ignore README.md 2022-05-19 23:31:36 -05:00
Jacob Nguyen
d5bb9922df fix: prettier changes again 2022-05-19 23:16:33 -05:00
xxDeveloper
408d1e31e3 docs: Updated README links 2022-02-20 16:19:12 +03:00
xxDeveloper
94141e7048 docs: updated pronounce ('me' => 'us') 2022-02-19 16:08:07 +03:00
xxDeveloper
fa622f67e6 docs: Updated README TODO 2022-02-19 15:41:35 +03:00
xxDeveloper
a506219f19 docs: Updated README TODO 2022-02-19 15:40:03 +03:00
Jacob Nguyen
024aab5f73 docs(readme.md) : fix bugged example code 2022-02-18 23:01:12 -06:00
EvolutionX
6a36f9300e docs: added 2 more TODOs 2022-02-18 22:18:32 +05:30
EvolutionX
06f7acd848 docs: added TODOs to do 2022-02-18 22:16:45 +05:30
xxDeveloper
29d92caa16 docs: Update readme code examples 2022-02-17 22:02:59 +03:00
xxDeveloper
1492f72751 docs: Updated Readme links 2022-02-17 18:53:31 +03:00
xxDeveloper
8ed3cb2205 docs: Updated Readme links 2022-02-17 18:47:41 +03:00
jacoobes
5bdeadbcf8 docs(readme.md): updated ping example
n
2022-02-16 09:58:08 -06:00
xxDeveloper
369586f378 feat: Updated Readme design 2022-02-16 17:30:31 +03:00
jacoobes
1473f309fa Merge branch 'main' of https://github.com/sern-handler/Sern 2022-02-15 13:44:11 -06:00
jacoobes
63b2d3a572 feat(readme.md): added basic command examples
#TODO
2022-02-15 13:44:04 -06:00
xxDeveloper
2d80734dbc readme: update the badge link 2022-02-15 18:46:26 +03:00
xxDeveloper
81d2bd1c29 readme: fixed font difference 2022-02-15 17:36:19 +03:00
jacoobes
16a309800c docs(readme.md): editing startup examples 2022-02-14 16:59:46 -06:00
EvolutionX
d095e03d2d chore: updated link of JS 2022-02-14 23:42:28 +05:30
xxDeveloper
9dd0ba8063 Update README.md 2022-02-14 20:38:23 +03:00
jacoobes
dd1d129063 git 2022-02-14 11:15:24 -06:00
EvolutionX
9a3e9ed193 updated 2022-02-14 22:05:12 +05:30
jacoobes
499a996a6c readme changes 2022-02-14 09:59:28 -06:00
xxDeveloper
5c928a1d0f Update README.md 2022-02-14 16:46:59 +03:00
xxDeveloper
f30a373da6 Update README.md 2022-02-14 16:45:44 +03:00
xxDeveloper
4a1de83b41 Update README.md 2022-02-14 16:43:08 +03:00
Jacob Nguyen
1ae6ae86fa update readme.md 2022-02-13 20:26:15 -06:00
Jacob Nguyen
59dc1f55f6 Update basic usage 2022-02-13 16:42:13 -06:00
xxDeveloper
c07d87566a Improvements in Readme.md 2022-02-13 22:13:27 +03:00
xxDeveloper
6ce7649311 Update README.md 2022-02-13 21:30:06 +03:00
xxDeveloper
2889e92b2d Update README.md 2022-02-13 17:40:05 +03:00
xxDeveloper
86c6647ecf Update README.md 2022-02-13 17:29:03 +03:00
xxDeveloper
cdda518ed9 Update README.md 2022-02-12 09:19:01 +03:00
xxDeveloper
a65e8b4340 Update README.md 2022-02-12 08:53:27 +03:00
jacoobes
564315ecee read me fix 2022-02-06 23:44:15 -06:00
jacoobes
781b1e6317 readme 2022-02-06 23:43:25 -06:00