UNPKG
rcnlx
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.9
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
A cli to generate discord.js projects
rcnlx
/
src
/
projectFiles
/
ready.js
5 lines
(4 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
const
client =
require
(
'../../src/index'
); client.
on
(
'ready'
,
() =>
{
console
.
log
(
`
${client.user.tag}
is now online!`
); })