meister03
0fb4e1f398
Update minimal template ( #2314 )
...
* Outdate template
* don't use `.env.example`
* 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:30:19 -04:00
Jonathan Ho
34d7a47f24
feat: reverse transformers ( #2387 )
...
* merged change
* deno fmt
2022-08-23 10:18:30 -04:00
ITOH
03996c5f58
refactor: revert "feat: base plugin lib idea ( #2308 )" ( #2336 )
...
* Revert "feat: base plugin lib idea (#2308 )"
This reverts commit ffe7cdbc6f .
* fmt
2022-07-02 14:24:43 +01:00
Skillz4Killz
0aff36afbe
fix(utils): add hasProperty back. 2x faster than Reflect.has
2022-05-28 13:39:46 +00:00
Reboot-Codes
0986fa9704
More BigBot Fixes ( #2233 )
...
* Add `.DS_Store` to `.gitignore`
* Format and improve DX.
* Add extra logging and fix gateway workers.
* Deno fmt.
* Be more explicit in `.env.example`.
* Add a `watch-bot` task and format.
* Deno FMT
* Deno FMT (all `template/bigbot` files)
Co-authored-by: ITOH <to@itoh.at >
2022-05-25 22:33:49 +02:00
meister03
7caab52b68
Forum channel ( #2160 )
...
* [WIP] Forum Channels
* Delete package-lock.json
🤕
* Add Message typings and fix createForumPost
* Remove unnecessary comment
* Update helpers/channels/forums/createForumPost.ts
Use transformer
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
* Update helpers/channels/forums/createForumPost.ts
Use Pascal case for `CreateForumPostWithMessage`
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
* Update helpers/channels/forums/createForumPost.ts
Use Pascal case for `CreateForumPostWithMessage`
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
* Remove unneeded types
* Revert Review and Edit it
* Add reason
Co-authored-by: meister03 <root@_HOSTNAME_>
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2022-05-13 10:28:53 -04:00
Skillz4Killz
6c49536603
fix: worker options
2022-05-08 14:10:39 +00:00
Skillz4Killz
a882f58176
fix: omg still some left
2022-05-08 14:06:29 +00:00
Reboot-Codes
e31ee82d37
Fixing the BigBot Template ( #2189 )
...
* Add `create-discordeno-bot` reference in README.md
* Switch to deno tasks.
* Fix `DISCORD_TOKEN` var
* Fix `gateway` workers
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2022-05-08 09:57:42 -04:00
Skillz4Killz
5a4fef855e
Proxy delete channel tests ( #2174 )
...
* feat: delete channel tests
* fix: use new tests in ci
* Update testss/deps.ts
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
2022-05-08 09:57:06 -04:00
viinz
b24893541b
fix: prevent crashing the rest process ( #2159 )
...
* fix: prevent crashing the rest process
There where instances where some requests crashed the rest process. I found that checking for a body pretty much fixed it.
There is probably a better way to do this, please improve this if you have an idea :)
* chore: use undefined instead of empty string
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
* chore: use ternary operator
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
2022-04-10 13:23:08 -04:00
ITOH
9980856eef
refactor!: fix some spelling mistakes ( #2144 )
...
* refactor!: fix some spelling mistakes
This fixes some spelling mistakes around the code base. Note not all are fixed.
* subComponent
2022-03-31 14:16:34 +02:00
Skillz4Killz
7ed30c61fc
fix: fmt
2022-03-30 23:00:22 +00:00
Skillz4Killz
5a7a8c2c90
fix: use workers in big bot template with resharding
2022-03-30 17:38:21 +00:00
Skillz4Killz
00c4227560
fix: big bot rest
2022-03-26 00:18:54 +00:00
Skillz4Killz
253781943e
release: rc31
2022-03-26 00:13:27 +00:00
Skillz4Killz
8bac0ebf2d
fix: function call
2022-03-25 21:39:43 +00:00
Skillz4Killz
27bc0cd2df
fix: use rc30
2022-03-25 19:29:46 +00:00
Skillz4Killz
18bf53ac6b
fix: use latest kwik
2022-03-25 18:37:46 +00:00
Skillz4Killz
6d018a38ab
fix: use private function
2022-03-25 18:33:16 +00:00
Skillz4Killz
5eea56a9de
fix: use rc29 for templates
2022-03-25 18:29:54 +00:00
Skillz4Killz
707c7c05cb
release: rc28
2022-03-25 14:21:07 +00:00
Skillz4Killz
5456d8bc2d
fix: deno fmt omg i hate u do it ur darn self
2022-03-25 14:17:03 +00:00
Skillz4Killz
809c2293a1
fix: minimal template errors
2022-03-25 14:16:47 +00:00
Skillz4Killz
0ec7fac393
fix: fmt
2022-03-25 14:13:45 +00:00
Skillz4Killz
27e863def0
fix: big bot template
2022-03-25 12:44:21 +00:00
Skillz4Killz
176d3c0ba7
fix: beginner template
2022-03-25 10:58:39 +00:00
Skillz4Killz
a0a1554756
refactor: typings using ReturnType ( #2105 )
...
* fix: check new types idea
* fix: type errors
* fix: new style
* fix: more cleanup
* fix: more cleanup
* fix: cleanup audit logs
* fix: cleanup stickers
* fix: cleanup integrations
* fix: more cleanup
* fix: organize into 1 place
* fix: few errors
* fix: some broken import fixes
* fix: quite a lot of fixes across the board
* fix: more fixes for broken imports
* fix: more fixes for broken imports
* fix: handler imports
* fix: all remaining import errors
* fix: more errors needing fixes
* fix: clearing up transformers
* fix: few moer types
* fix: more cleanup of extra types
* fix: fmt
* fix: cleanup discordeno file
* Nuke Base Types (#2102 )
* fix: cleanup snake stuff
* convert camelCase to snake_case (#2103 )
* fix: add camelize
* fix: finalize remaining errors
* fix: imports in test
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
2022-03-14 22:11:22 -04:00
Skillz4Killz
8654b4e87b
fix: fmt
2022-02-25 15:07:08 +00:00
Viðar
9d4386584a
fix: edit Command path ( #2071 )
2022-02-25 09:38:11 -05: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
511f4ed940
chore(template): remove sublicensing
2022-02-03 22:33:12 +01:00
ITOH
5f25263bd4
chore(template): to main repo ( #1988 )
...
* chore: move template to main repo
* ci
* Update sync_repos.yml
2022-02-03 18:02:44 +00:00