Skip to content

Commit

Permalink
Update townless.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jul 27, 2024
1 parent 57df611 commit b030f3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aurora/slashcommands/townless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ export default {
`${p.name} (Seen ${(diff / 1000).toFixed(0)}s ago)`
}).join('\n').match(/(?:^.*$\n?){1,15}/mg)

// console.log("---- Online Townless ----", onlineTownlessData)
// console.log("----------------------------")
// console.log("---- Offline Townless ----", offlineTownlessData)
console.log(townless.map(p => `${p.name} - ${p.transitions} transitions.`))

return send(interaction, allData, townless)
}, data: new SlashCommandBuilder()
Expand Down

0 comments on commit b030f3f

Please sign in to comment.