You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/Trigger/library.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Library
2
2
3
3
## Basic Information
4
-
Library is one of the unique triggers, that doesn't get triggered by events in your server. A library acts can be included in other commands so you can use the code in it after calling `$includeLibrary[Library name]`.
4
+
Library is one of the unique triggers, that doesn't get triggered by events in your server. A library can be included (referenced) in other commands so you can use the code in it after calling `$includeLibrary[Library name]`.
5
5
6
6
The goal of this trigger is simply sharing code, functions or objects across multiple custom commands (see the example below).
0 commit comments