Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Nucleus
/
33cf951feb3c4a6a0e2920922c1a4ca7533b2da4
/
.
/
src
/
actions
/
logs
/
showDetails.ts
blob: 9c72635ebd11477790c61477827ea81d99706148 [
file
] [
log
] [
blame
]
TheCodedProf
4a7c25d
2023-06-07 17:09:45 -0400
[
diff
] [
blame
]
1
import
{
type
ButtonInteraction
}
from
"discord.js"
;
2
3
export
async
function
callback
(
interaction
:
ButtonInteraction
)
{
4
console
.
log
(
interaction
);
5
}