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
2921b0ead0
fix: update docs on spawnShardDelay
2022-03-30 22:59:51 +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
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
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