Skip to content

Commit 6a05b36

Browse files
authored
Update README.md
Update the "ready" event to "clientReady" to reflect the latest changes introduced in v2.5.0.
1 parent 881804c commit 6a05b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const client = new ForgeClient({
6262
],
6363
events: [
6464
"messageCreate",
65-
"ready"
65+
"clientReady"
6666
], // Events our bot will act on
6767
prefixes: [
6868
"!",

0 commit comments

Comments
 (0)