Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4abb977
2.2.0
aggelos-007 Jan 5, 2025
2478f11
npm audit fix smh
aggelos-007 Jan 5, 2025
ea723cd
Added $ramTotal and some aliases
xNickyDev Jan 7, 2025
fab2204
Allowed time changing functions to affect $parseDate locales
xNickyDev Jan 8, 2025
2169876
Added client webhook event functions
xNickyDev Jan 9, 2025
5044784
Small changes
xNickyDev Jan 9, 2025
fdaf67f
fix: isUserDMEnabled returned true even if user dm was disabled
Jan 10, 2025
5cc573a
fix: isUserDMEnabled returned true even if user dm was disabled
Jan 10, 2025
c641fea
Update isUserDMEnabled.ts
Lynnux-useless-codes Jan 10, 2025
755aadd
Update isUserDMEnabled.ts
Lynnux-useless-codes Jan 10, 2025
b2a83dc
Merge pull request #363 from Lynnux-useless-codes/fix/isUserDMEnabled
Plinkie03 Jan 10, 2025
3035c3a
Fixed $XExists funcs throw errors in console
xNickyDev Jan 12, 2025
7d08087
Added $sign and $pi
xNickyDev Jan 12, 2025
31e3395
Added support for return statement in $loop
xNickyDev Jan 15, 2025
c3d49b1
Added $disableButtons and $disableButtonsOf
xNickyDev Jan 16, 2025
f9356ac
Added $disableComponents and $disableComponentsOf
xNickyDev Jan 16, 2025
90867d3
Added functions to enable all buttons and components
xNickyDev Jan 17, 2025
2531f9b
Added sort type to $arraySort
xNickyDev Jan 17, 2025
27c2b94
Added $getInvite and $getGuildInvite, updated $deleteInvite, added mo…
xNickyDev Jan 18, 2025
79a8e0c
Added $getMessageReactions and new arg to $getMessageReactionCount
xNickyDev Jan 19, 2025
c5d6f43
Added bunch of new edit select menu functions
xNickyDev Jan 19, 2025
08c54f4
Added new functions and more support for app emojis, fixed some funct…
xNickyDev Jan 21, 2025
b756925
Added $fetchRoles, $fetchChannels and new arg to $fetchMembers
xNickyDev Jan 21, 2025
1e963be
Added $pathJoin and $pathResolve
xNickyDev Jan 23, 2025
14f5de1
Added optional param to $applicationCommandCount
xNickyDev Jan 25, 2025
b27500a
Fixed parent app cmds included in count of sub cmds
xNickyDev Jan 25, 2025
62089c0
Added optional guild arg to $applicationCommands
xNickyDev Jan 25, 2025
e1ccc04
Added $fetchMessage
xNickyDev Jan 31, 2025
9b7a179
Fixed $loadComponents
xNickyDev Jan 31, 2025
3e306b8
Added $subtext
xNickyDev Feb 3, 2025
55b10c7
Nolonger changes into json/
Feb 4, 2025
fe98af5
Merge pull request #364 from Lynnux-useless-codes/httpSetBody_nolonge…
xNickyDev Feb 5, 2025
b89f94a
Added $jsonHas, fixed other json functions
xNickyDev Feb 6, 2025
f64d42e
Added $jsonHas, fixed other json functions
xNickyDev Feb 6, 2025
f41c4c2
Fixed wrong file name of $deleteThread
xNickyDev Feb 6, 2025
0fe2603
Added more forum functions
xNickyDev Feb 10, 2025
fa5520c
Added $forward and new guild functions, djs v14.18
xNickyDev Feb 11, 2025
30110d8
Added $djsVersion
xNickyDev Feb 12, 2025
6df0977
Merge branch 'main' into dev
aggelos-007 Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion dist/core/Interpreter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface IRunnable {
*/
redirectErrorsToConsole?: boolean;
/**
* The old and new states of a event
* The old and new states of an event
*/
states?: States;
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/handlers/events/messageReactionRemoveEmoji.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/handlers/events/messageReactionRemoveEmoji.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dist/native/array/arraySort.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ArgType, NativeFunction } from "../../structures";
import { SortType } from "../statement/loop";
declare const _default: NativeFunction<[{
name: string;
description: string;
Expand All @@ -11,6 +12,12 @@ declare const _default: NativeFunction<[{
rest: false;
required: false;
type: ArgType.String;
}, {
name: string;
description: string;
rest: false;
type: ArgType.Enum;
enum: typeof SortType;
}], true>;
export default _default;
//# sourceMappingURL=arraySort.d.ts.map
2 changes: 1 addition & 1 deletion dist/native/array/arraySort.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions dist/native/array/arraySort.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/array/arraySort.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/audit/fetchUserAuditLog.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/audit/fetchUserAuditLog.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodActionType.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodActionType.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodAlertSystemMessageID.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodAlertSystemMessageID.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodChannelID.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodChannelID.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodContent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodContent.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodCustomMessage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodCustomMessage.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodDuration.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodDuration.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodMatchedContent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/native/automod/automodMatchedContent.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading