Skip to content

Commit

Permalink
eslint LMFAO!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
StarManTheGamer committed May 25, 2023
1 parent 67b7be6 commit dfe9465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { responseHandler } from '../utils/responseHandler.js'
import { dateUtils } from '../utils/dateUtils.js'
import emojiUtils from '../utils/emojiUtils.js'

export async function store(message: Message, args: string[]) {
export async function store (message: Message, args: string[]) {
const assetID = parseInt(args[0])

const response = await axios.get(`https://api.polytoria.com/v1/store/${assetID}`, {
Expand Down Expand Up @@ -54,4 +54,4 @@ export async function store(message: Message, args: string[]) {
return message.channel.send({
embeds: [embed]
})
}
}

0 comments on commit dfe9465

Please sign in to comment.