Skip to content

Commit

Permalink
bump earthmc
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jul 23, 2024
1 parent 943bf32 commit c9652c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aurora/slashcommands/townless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
description: "Lists all online players without a town.",
run: async (client: Client, interaction: ChatInputCommandInteraction) => {
const townlessPlayers = await Aurora.Players.townless()
if (!townlessPlayers) return await interaction.reply({embeds: [fetchError], ephemeral: true})
if (!townlessPlayers) return await interaction.reply({ embeds: [fetchError], ephemeral: true })

const townlessLen = townlessPlayers.length
const allData = townlessPlayers.map(p => p.name).join('\n').match(/(?:^.*$\n?){1,10}/mg)
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@isaacs/ttlcache": "^1.4.1",
"discord.js": "14.13.0",
"dotenv": "^16.4.5",
"earthmc": "^9.7.3",
"earthmc": "^9.7.4",
"firebase": "10.12.4",
"firebase-admin": "12.2.0",
"moment": "2.30.1",
Expand Down

0 comments on commit c9652c4

Please sign in to comment.