Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make BooleanArgument/resolveBoolean's contexts immutable #338

Merged
merged 1 commit into from
Dec 10, 2021
Merged

fix: make BooleanArgument/resolveBoolean's contexts immutable #338

merged 1 commit into from
Dec 10, 2021

Conversation

noftaly
Copy link
Contributor

@noftaly noftaly commented Dec 10, 2021

Made truths/falses arrays readonly

@favna favna changed the title Fix: make BooleanArgument/resolveBoolean's contexts immutable fix: make BooleanArgument/resolveBoolean's contexts immutable Dec 10, 2021
@favna favna merged commit be130fe into sapphiredev:main Dec 10, 2021
@noftaly noftaly deleted the fix/readonly-boolean-context branch December 10, 2021 19:06
vladfrangu added a commit that referenced this pull request Dec 27, 2021
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#336)

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: remove redundant destructure

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

chore(deps): update all non-major dependencies (#341)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#344)

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions
vladfrangu added a commit that referenced this pull request Dec 27, 2021
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#336)

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: remove redundant destructure

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

chore(deps): update all non-major dependencies (#341)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#344)

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase
vladfrangu added a commit that referenced this pull request Dec 27, 2021
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#336)

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: remove redundant destructure

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

chore(deps): update all non-major dependencies (#341)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#344)

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase
vladfrangu added a commit that referenced this pull request Jan 2, 2022
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#336)

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: remove redundant destructure

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

chore(deps): update all non-major dependencies (#341)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#344)

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase

chore: update to d.js 13.4

chore: handle 90% of requested changes
vladfrangu added a commit that referenced this pull request Jan 2, 2022
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#336)

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: remove redundant destructure

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

chore(deps): update all non-major dependencies (#341)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#344)

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase

chore: update to d.js 13.4

chore: handle 90% of requested changes
favna pushed a commit that referenced this pull request Jan 2, 2022
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#336)

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: remove redundant destructure

Co-authored-by: Antonio Román <kyradiscord@gmail.com>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>

chore(deps): update all non-major dependencies (#341)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

chore(deps): update all non-major dependencies (#344)

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase

chore: update to d.js 13.4

chore: handle 90% of requested changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants