Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mahfujul
/
spooky-bot
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2c5ee36
spooky-bot
/
events
/
ready.ts
Mahfujul
Upload 9 files
ec83114
verified
9 months ago
raw
Copy download link
history
blame
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}
`
);
};