Skip to content

Commit

Permalink
forgot to eslint :(
Browse files Browse the repository at this point in the history
  • Loading branch information
StarManTheGamer committed May 24, 2023
1 parent adbb7d5 commit ca53f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/random/randomGuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function randomGuild (message: Message, args: string[]) {
const randomId = randomUtils.randomInt(1, 500)
const apiUrl = `https://api.polytoria.com/v1/guilds/${randomId}`

console.log('API URL:', apiUrl); // Log the API URL to the console
console.log('API URL:', apiUrl) // Log the API URL to the console

const randomData = await randomUtils.randomize(
apiUrl,
Expand Down

0 comments on commit ca53f74

Please sign in to comment.