Updated legacy system

This commit is contained in:
2024-10-13 18:12:34 +02:00
parent 3f8b1651be
commit dcae5c108e
10 changed files with 13 additions and 38 deletions

View File

@@ -17,8 +17,7 @@ export default {
if (subcommand) {
console.log(
color(
interaction.user.username + "#" +
interaction.user.discriminator + " ran " +
interaction.user.username + " ran " +
interaction.commandName + " " +
subcommand,
"pink"
@@ -27,8 +26,7 @@ export default {
} else {
console.log(
color(
interaction.user.username + "#" +
interaction.user.discriminator + " ran " +
interaction.user.username + " ran " +
interaction.commandName,
"pink"
)
@@ -47,9 +45,7 @@ export default {
console.log(
color(
interaction.user.username + "#" +
interaction.user.discriminator + " clicked " +
btnId,
interaction.user.username + " clicked " + btnId,
"pink"
)
)