Skip to content

Commit 3e5cf2f

Browse files
committed
fix response command
1 parent ee004f7 commit 3e5cf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/commands/funny/respond.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const meta = new SlashCommandBuilder()
1010
export default command(meta, async ({ interaction, client }) => {
1111
const user = interaction.member?.user.username;
1212

13-
const data = await fetch(process.env.API_ENDPOINT + "/bot/commands/quotes", {
13+
const data = await fetch(process.env.API_ENDPOINT + "/endpoint/response", {
1414
method: "GET",
1515
headers: {
1616
"Content-Type": "application/json",

0 commit comments

Comments
 (0)