Jonathan Ho
b8df43dd04
performance bench: add bench cache (On correct branch) ( #2560 )
...
* add Benchmark (customSmallerIsBetter) benchmark result for bdedcbc78b28b94bde4d5d6c00ec776e2d51ef36
* add Benchmark (customSmallerIsBetter) benchmark result for b7f88d5ac4ad690aebe83c190c75b2715ddc1ece
* add Benchmark (customSmallerIsBetter) benchmark result for b6ad848bb51b4b9f263fc3d25b7cd6ca239224b1
* add Benchmark (customSmallerIsBetter) benchmark result for d6c362e108fde17d808a3eef4b2d4a523efe00bf
* add Benchmark (customSmallerIsBetter) benchmark result for ece1249fb7d4c838a6ab9008da489d820bf38918
* add Benchmark (customSmallerIsBetter) benchmark result for dabd97a10de654d157f027b75c7066a50dcac268
* clean repo
* chore: add vscode setting
* feat: add generate cache
* ci: add auto run generate cache per day
* add Benchmark (customSmallerIsBetter) benchmark result for 4b05ab9141d69b59bbd4df048b1f7572b475ba6b
* fix: data
* ci: fix name
* ci: change name
* delete before PR
* fix: censor object
* chore: add license back
Co-authored-by: github-action-benchmark <github@users.noreply.github.com >
2022-10-27 09:33:38 -05:00
Skillz4Killz
a3f79c4b5d
fix: remove todo
2022-10-03 19:31:09 +00:00
LTS20050703
e7b3a1fff9
tests: fix stickers test ( #2497 )
...
* tests: fix stickers test
* tests: fix stickers size must be 320x320
* deno fmt
* Update README.md
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2022-10-02 12:24:43 -04:00
Skillz4Killz
c7c1d86338
fix: remove emojis from readme
2022-10-01 18:14:30 +00:00
deepsarda
e4d66894e5
Refactor(readme): improve readme ( #2484 )
...
* Refactor(readme): improve readme
Reword the readme to make it easier to understand.
Add amethyst to the framework section
* refator(src): Format
* refactor(src): format
2022-09-22 11:41:31 -04:00
Skillz4Killz
8b38cca2aa
fix: fmt
2022-09-09 01:24:33 +00:00
Skillz4Killz
94dce6d4fb
Update README.md
2022-09-08 20:17:51 -05:00
CatNowBlue
b50314faee
chore: Updated example code to match final version ( #2426 )
...
* Updated example code to match final version
* readme: update example
Co-authored-by: LTS20050703 <lts20050703@gmail.com >
2022-09-03 12:41:25 -04:00
meister03
aca0e3cf1b
Merge Dev into Main ( #2345 )
...
* Simplify SfetchMembers (#2339 )
Co-authored-by: meister03
* Create leaveVoiceChannel.ts (#2342 )
* Update editFollowupMessage.ts (#2344 )
* Update editInteractionResponse.ts (#2343 )
* Update editMessage.ts (#2341 )
* Update calculateShardId.ts
Fix wrong shardId calculations
* Add Role Icon to Edit (#2346 )
Co-authored-by: meister03
* Add mix max length (#2347 )
Co-authored-by: meister03
* style: deno fmt
* Fix Disabled Options (#2368 )
Co-authored-by: meister03 <meisterpi@gmail.com >
* Add app_permissions (#2369 )
Co-authored-by: meister03 <meisterpi@gmail.com >
* thread_id instead of threadId (#2378 )
Co-authored-by: Veeti K <veeti@veetik.com >
* feat: Create `ApplicationCommandFlags` enumerator. (#2384 )
Co-authored-by: vxern <vxern@wordcollector.co.uk >
* Small Changes in a bulk pr to close the issues (#2370 )
* Initial Commit
* Close #2364
* Add preset whitelist to automod #2356 -> Resolve Issue
* Close [api-docs] AutoMod message intent updates (#5083 ) #2330
* Breaking Channge | [api-docs] Update message type names (#5093 )
* message.interaction.name changed attitude | [api-docs] Update Change_Log.md #2333
* #2333 also closes #2316
* Clarify 45 chars length | Add those on permission plugins | [api-docs] text input label has max 45 characters (#4689 ) #2137
* Clarify webhook naming restrictions (#4625 ) #2094
* 8th August Webhook new View Channel perm | Closes #2363
* 8th August Webhook new View Channel perm | Closes #2363
* Document thread_name for execute webhook (#5007 ) #2263
* Close Update create and modify channel documentation (#4867 ) #2237
* unnecesary nullable tag in Modify Guild Member params (#5164 ) #2355
* deno fmt
* deno fmt
* Use .includefor disallowed webhook names"
* Add Missing Enums & #2367 , #2362 , #2361 , #2371 , #2372 . #2349 , #2358 , #2325 back
* deno fmt :(
Co-authored-by: meister03 <meisterpi@gmail.com >
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
Co-authored-by: Tomato6966 <chris.pre03@gmail.com >
Co-authored-by: ITOH <to@itoh.at >
Co-authored-by: meister03 <meisterpi@gmail.com >
Co-authored-by: Veeti K <veeti@veetik.com >
Co-authored-by: vxern <vxern@wordcollector.co.uk >
Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com >
2022-08-23 08:46:01 -04:00
Skillz4Killz
4ae4abbf11
fix(fmt): time to delete deno fmt
2022-06-04 15:58:22 +00:00
Skillz4Killz
2300584404
Update README.md
2022-06-04 11:41:54 -04: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
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
e3e0f2b975
fix: add event id to stage instance. Closes #2092
2022-03-20 13:57:00 +00:00
Skillz4Killz
7c6a35a3f8
fix: add component.value Closes Component transform doesn't set value #2110
2022-03-20 13:45:30 +00:00
Skillz4Killz
8b12f52e12
fix: add coverage to readme
2022-03-20 13:36:06 +00:00
Kirzu
61f67ea973
fix(README): update official template link ( #2070 )
...
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2022-02-25 09:38:44 -05:00
ITOH
d1cfe1d1d1
fix(README): logo image url
2022-02-21 15:50:41 +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
012b375edc
Update README.md
...
Co-authored-by: lts20050703 <87189679+lts20050703@users.noreply.github.com >
2022-02-01 16:25:46 +01:00
Amatsagu
654d4aa344
Suggestion: Add "recommended plugins" section
...
Suggestion - Add "Recommended plugins" section which would work similar to already existing "Frameworks".
Context: https://discord.com/channels/785384884197392384/785384884197392387/937842873825636372
2022-01-31 23:57:24 +01:00
Skillz4Killz
9154fab9ad
fix: latest deps plugins
2021-12-23 20:57:23 +00:00
Skillz4Killz
a87159027f
chore: rc17
2021-12-23 19:39:35 +00:00
Skillz4Killz
8214b64557
chore: bump rc16
2021-12-23 18:06:59 +00:00
lts20050703
01aca45f30
fix incompatible version in minimal example in README
2021-12-13 09:23:58 +07:00
lts20050703
d2f351f00c
Update README minimal example (based on discordeno cache plugin README)
2021-12-10 10:59:40 +07:00
lts20050703
e1b262b2c4
Update README Minimal Example
2021-12-10 09:43:44 +07:00
lts20050703
ab8b19c757
fix README example and benchmark submodule
2021-12-06 11:24:37 +07:00
Skillz4Killz
5059601a28
Update README.md
2021-11-30 09:25:46 -05:00
Skillz4Killz
7edacc2245
Update README.md
2021-11-23 21:50:22 -05:00
Skillz4Killz
86edf83ed4
fix: shorter
2021-11-22 19:21:15 +00:00
Skillz4Killz
fa763d1eb6
fix: cleaner readme features for plugins
2021-11-22 19:19:05 +00:00
Skillz4Killz
6676ce1802
fix: flexibility in readme
2021-11-22 19:18:05 +00:00
Skillz4Killz
ae7035ae08
fix: wording on readme
2021-11-22 19:14:20 +00:00
Skillz4Killz
02ba727662
Closes #1787
2021-11-22 19:07:25 +00:00
Skillz4Killz
81c157f175
fix: remove setupBot
2021-11-22 18:43:25 +00:00
ITOH
a0a7334341
foooo
2021-11-20 19:00:45 +00:00
ITOH
a9556953f2
fix(README): minimal example
2021-11-20 19:58:54 +01:00
Skillz4Killz
ef6feb0bfb
Update README.md
2021-11-12 16:59:54 -05:00
Skillz4Killz
f44e6c7b43
Update README.md
2021-09-16 15:57:07 -04:00
inthmafr
94b177531b
Update README.md
2021-09-16 17:20:06 +10:00
cute savage
0b5c66af9c
Add amethyst to frameworks ( #1105 )
2021-09-10 14:18:31 +04:00
tricked
30e486ee17
add: Natico Framework to README ( #1078 )
...
* Add natico to the readme
* Replace deno.land link with github.com
2021-07-10 16:25:00 +04:00
Yuto
bb52ae5e15
docs(README): update outdated link ( #1070 )
2021-07-01 12:46:53 +04:00
ITOH
58b77b6dba
remove: coverage report
...
Temporarily removing coverage report until it is a stable feature
2021-05-21 22:59:08 +02:00
Skillz4Killz
1df7433ad9
Update README.md
2021-05-08 13:04:32 -04:00
ITOH
ee2e263d63
fix: Intents enum now in PascalCase
2021-05-05 17:21:39 +01:00
ayntee
1cbc1b8f82
fmt files damn son
2021-04-12 23:13:37 +04:00
ayntee
e3ec94c72c
docs(README): update <img> to use logo from URL ( #833 )
2021-04-12 10:33:31 +01:00
ITOH
cc84537644
wrong shield
2021-04-09 22:20:58 +01:00