Updated legacy system
This commit is contained in:
@@ -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"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user