This website requires JavaScript.
Explore
Help
Register
Sign In
allNighter
/
discord_allnight
Watch
1
Star
0
Fork
You've already forked discord_allnight
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1ff7e96e50
discord_allnight
/
commands
/
ping.js
5 lines
93 B
JavaScript
Raw
Blame
History
export
default
{
async
execute
(
interaction
)
{
await
interaction
.
reply
(
'Pong!'
)
;
}
,
}
;
Reference in New Issue
View Git Blame
Copy Permalink