deepsarda
6b66b155dd
Improve grammar and clarity on the site ( #2676 )
2022-12-04 10:46:52 -06:00
Jonathan Ho
987b4058cb
Site: update site structure and add architecture page ( #2675 )
...
* remove blog
* fix: license
* chore: bump docusaurus
* separate benchmark page
* move to sub folder
* fix blog path
* Chore: update site
* fix: only deploy on push and dispatch
* fix: on:
* ci: merge workflow
* ci: fix if
* refactor: dump preset
2022-12-04 08:36:10 -06:00
Jonathan Ho
dc186589cb
feat: add benchmark to site ( #2567 )
...
* feat: add benchmark to site
* test
* remove test file
2022-11-02 10:13:11 -05:00
Jonathan Ho
7a1a41fac8
CI: Run benchmark ( #2563 )
...
* fix(bench): try to fix benchmark
* style: deno fmt
* fix: remove check formating
* fix: add fake token
* fix: tranform
* deno fmt
* add parseFloat
* fix unit
* refactor: change fetch target to benchrepo
* fix: oldBot
* refactor: use custom input
* ci: add tee
* style: deno fmt
* ci: cache deps
* chore: remove
* ci: add memory benchmark
* fix: fix url for main repo
* deno fmt
* ci: add comment-always
* fix: link
* just trying trigger
* ci: only push on main
* fix: type
* fix: range
* fixed
* style: deno fmt
* fix: path
* Add upload output
* style: deno fmt
* ci: add create branch on pr owner's repo
* fix: github.repository
* ci: fix remove id benchmark-action
* fix
* fix: type
* reverse change
* ci: add cache
* feat: add using cache
* bench: update name and ignore previous when ci
* style: name
* feat: fix pr message style
* add more benchmark
* deno fmt
* fix
* fix: wording
* chore: only run on success
* fix: used last head as current commit
2022-10-29 14:22:23 -05:00
deepsarda
0fdf5d2528
feat(Amethyst): Update Docs ( #2558 )
2022-10-27 09:30:59 -05:00
Jonathan Ho
a8a89d4b16
feat(Bigbot): added docker-compose ( #2538 )
...
* chore: fix script extension
* chore: remove extention
* fix: at least it run can now
* chore: fix dev script
* refactor: change to use env file for config
* chore: update readme
* refactor: put dotenv to top
* feat: add docker and influxdb
* chore: disable deno fmt on bigbot node_modules
* style: deno fmt
* style: deno fmt after upgrade deno
* chore: remove dev console.log
* chore: reverse the influxdb env
* chore: limit the influxdb to localhost
* refactor: seperate build process
* chore: add user pass docs
* refactor: route all to handler
* fix: skip if webhook not exist
* fix: change to use runMethod for send response
* chore: gateway don't depend on bot
* fix: skip if webhook not exist
* fix: first command and error reply not sending
* fix: add try catch to error reply
* fix: reverse interactive.reply
* feat: add fetch analytics to bot process
2022-10-22 07:28:33 -05:00
deepsarda
783da60779
feat(Amethyst): Add a basic guide. ( #2534 )
...
* feat(Amethyst): Add a basic guide.
* Fix formating
2022-10-19 20:32:39 -05:00
Awesome Stickz
648374424f
docs(general): fix code to work with v16 ( #2503 )
...
* docs(general): fix code to work with v16
* fix: deno fmt
2022-10-09 12:42:39 -05:00
Skillz4Killz
eb4ab83537
fix: stupid fmt
2022-10-07 21:38:15 +00:00
Awesome Stickz
a7d6529fe8
docs(big-bot-guide): Updated to dd v16, fixed bugs, added missing code ( #2501 )
...
* docs(big-bot): Updated to dd v16, fixed bugs with it (cache), added missing code for events listener in bot part
* Add dd server link to big bot guide docs
* Fix: typo
2022-10-07 16:16:21 -05:00
meister03
405e4a7533
Discordeno.js guide ( #2313 )
...
* Update Template and Add Discordeno.js notes in favour of depreciating Discord Structures
* Add package.json
* deno fmt
Co-authored-by: meister03 <meisterpi@gmail.com >
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
Co-authored-by: LTS20050703 <lts20050703@gmail.com >
2022-08-23 10:31:14 -04:00
ITOH
b00504ce07
perf(plugins/helpers,rest,site,template)!: uppercase rest methods ( #2252 )
...
* perf(plugins/helpers,rest,site,template)!: uppercase rest methods
There is no need for us to pass the methods in lower case and then use the `toUpperCase()` method everywhere. Therefore this PR changes every lowercase method to be uppercase (eg. `"get"` => `"GET"`).
* template is old version
2022-05-25 20:45:51 +02:00
ITOH
d7883855ec
refactor(.github,README,gateway,plugins/fileloader,tests,types)!: make intent calculation manual
...
This changes the calculation of intents to be manual to the dev.
This is to improve overall consistency of our code base, also it is not a big drawback for users since intents are usually done once and then never (seldom) touched again.
2022-05-24 23:16:01 +02:00
Skillz4Killz
4f5e34d931
fix: silly fmt bugs on each deno update
2022-05-08 14:05:07 +00:00
Skillz4Killz
2921b0ead0
fix: update docs on spawnShardDelay
2022-03-30 22:59:51 +00:00
Skillz4Killz
724718162e
fix: dumb shitty fmt
2022-03-20 10:06:59 +00:00
Debert Jamie
39f94c5c20
docs: correct grammar and typos in the Nodejs doc ( #2109 )
...
* Fix grammar
* Correct grammar and typos
2022-03-20 04:34:59 -04:00
Skillz4Killz
2a84ac982e
fix: fmt
2022-03-16 02:00:10 +00:00
Awesome Stickz
da29ff294d
fix: bugs in docs ( #2080 )
...
* fix: bugs in docs
* fix: mistyped function name for workers in big bot guide
2022-03-13 17:18:28 -04:00
Joshua Kuan
20c8995ec1
docs: fix typo in create-structure urls ( #2099 )
2022-03-13 17:17:49 -04:00
Skillz4Killz
36913e05b9
fix: interaction bug <3 giveawaybot
2022-03-04 05:30:13 +00:00
Skillz4Killz
b514b7712e
fix: deno fmt
2022-03-02 06:06:54 +00:00
Skillz4Killz
83baf69833
fix: event leak warning
2022-03-02 06:06:42 +00:00
Skillz4Killz
5c2404db51
fix: deno fmt
2022-03-02 06:03:27 +00:00
Skillz4Killz
4676fb049d
fix: add gateway queue guide section
2022-03-02 06:00:25 +00:00
meister03
b7b2120a6f
docs(site, template): add Nodejs Bot Guide ( #1998 )
...
* Inital Docs
* Finish Design
* Finish Design
* Add FILE Structure'
* Add Not Ready Template
* Update Template
* Add Command Manager and first Command ping
* Add Command Manager and first Command ping
* Add Embeds Guide & EventManager
* INITIAL FINISH: GUIDE
* FIX TYPOS, LTS's Review, sidebar_position
* Update site/docs/nodejs/getting-started.md
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
* Fixed Position? Add some comments on template, add changes in review
* Add Interaction Handling, Modals
* format files
* Update site/docs/nodejs/getting-started.md
1
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
* Update site/docs/nodejs/CommandHandler/command-manager.md
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
* Fix Review things
* itoh's suggestions
The guide looks very very veery good overall I like it. This commit adds my personal style of writing.
Please review it 🙏 .
PS: I hope these are not too many changes .-.
* deno fmt
Co-authored-by: meister03 <root@_HOSTNAME_>
Co-authored-by: ITOH <to@itoh.at >
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2022-02-15 13:54:05 +00:00
Skillz4Killz
8aaea9f339
refactor!: move dirs outside of src/ ( #2032 )
2022-02-11 09:49:53 +00:00
ITOH
81f8e0377c
style: move to deno fmt ( #1992 )
...
* Create deno.json
* run format
* run format
* ci: only check formatting
* f
* Update settings.json
* Update settings.json
2022-02-04 15:00:04 +01:00
ITOH
24239053f3
docs: move to docusaurus ( #1984 )
...
* new site start
* ci: test docusaurus
* we use npm
* Update site_tests.yml
* Update site_tests.yml
* Update site_tests.yml
* do not ignore package.json
* Update package-lock.json
* Create deploy.yml
* Update docusaurus.config.js
* update authors
* Update docusaurus.config.js
* Update deploy.yml
* remove blog posts
* Update README.md
* delete old docs
* Update .gitignore
* delete template images
* Create 2022-02-03-welcome.md
2022-02-03 11:57:13 -05:00