Skip to content

Commit

Permalink
eslint bullcrap yep
Browse files Browse the repository at this point in the history
  • Loading branch information
StarManTheGamer committed May 26, 2023
1 parent b2f515c commit 10d50f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/random/randomPlace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { dateUtils } from '../../utils/dateUtils.js'
import { randomUtils } from '../../utils/randomUtils.js'
import emojiUtils from '../../utils/emojiUtils.js'

export async function randomPlace(message: Message, args: string[]) {
export async function randomPlace (message: Message, args: string[]) {
const randomId = randomUtils.randomInt(1, 5200)
const apiUrl = `https://api.polytoria.com/v1/places/${randomId}`

Expand Down Expand Up @@ -90,4 +90,4 @@ export async function randomPlace(message: Message, args: string[]) {
console.log('Embed:', embed)

return message.channel.send({ embeds: [embed] })
}
}

0 comments on commit 10d50f4

Please sign in to comment.