Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Mar 1, 2024
1 parent ceb45ef commit 43b9a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,13 @@ class client {
let file = interaction.options.get('file')?.value + '.json';
let recipient = interaction.options.get('recipient')?.value;

console.log('client args', tag, file, users, action, content, recipient); // remove

// try (if valid input) <
// except (then invalid input) <
try {

console.log('interaction command name', interaction.commandName); // remove
result = await {

// false (if new file) <
Expand Down

0 comments on commit 43b9a31

Please sign in to comment.