added chrom

This commit is contained in:
PxlLoewe
2025-06-05 10:18:52 -07:00
parent 59f3da5c84
commit 63166b602a
9 changed files with 65 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
import axios from "axios";
const discordAxiosClient = axios.create({
baseURL: process.env.DISCORD_SERVER_URL || "https://discord.com/api/v10",
baseURL: process.env.DISCORD_SERVER_URL || "http://localhost:3005",
});
export const renameMember = async (memberId: string, newName: string) => {