Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Mahfujul
/
c-ai
like
0
Model card
Files
Files and versions
xet
Community
main
c-ai
/
events
/
ready.ts
Mahfujul
Upload 8 files
5cc8a85
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
169 Bytes
module
.
exports
=
(
client:
any
, a:
any
, b:
any
, characterName:
any
) =>
{
console
.
log
(
`Logged in as
${client.user.tag}
!, the character is
${characterName}
`
);
};