Fixed formatting for event files

This commit is contained in:
2024-01-20 20:56:08 +01:00
parent 5ce69eced3
commit 1ffcaf602d
7 changed files with 94 additions and 163 deletions

View File

@@ -12,20 +12,16 @@ export = {
try {
console.log(
color(
interaction.user.username +
" ran " +
interaction.commandName +
" " +
interaction.options.getSubcommand(),
"pink"
interaction.user.username + " ran " +
interaction.commandName + " " +
interaction.options.getSubcommand(), "pink"
)
)
} catch {
console.log(
color(
interaction.user.username +
" ran " +
interaction.commandName,
interaction.user.username + " ran " +
interaction.commandName,
"pink"
)
)
@@ -35,11 +31,9 @@ export = {
if (interaction.isButton()) {
console.log(
color(
interaction.user.username +
"#" +
interaction.user.discriminator +
" clicked " +
interaction.customId,
interaction.user.username + "#" +
interaction.user.discriminator + " clicked " +
interaction.customId,
"pink"
)
)