Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Nucleus
/
33a307e061d2cda4d3fe963a6404701cd5f432da
/
.
/
src
/
actions
/
logs
/
showDetails.ts
blob: 9c72635ebd11477790c61477827ea81d99706148 [
file
] [
log
] [
blame
]
import
{
type
ButtonInteraction
}
from
"discord.js"
;
export
async
function
callback
(
interaction
:
ButtonInteraction
)
{
console
.
log
(
interaction
);
}