We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fb94a commit ff90707Copy full SHA for ff90707
src/events/client/ready.js
@@ -9,4 +9,9 @@ client.once('ready', async () => {
9
console.log("----------------------------------------".white);
10
console.log(`[READY] ${client.user.tag} is up and ready to go.`.bold)
11
12
-})
+})
13
+
14
15
+// ©️ Copyright Project Razer LLC 2023 All Rights Reserved.
16
+// Credits: @sandarutharuneth, @oelin
17
+// License: MIT
0 commit comments