Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PAW122 committed Dec 12, 2024
1 parent 21efea3 commit edad269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/webpanel/config/public.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const BotInviteURL = "bot invite URL"
export const AuthURL = "https://discord.com/oauth2/authorize?client_id=928399458570502155&response_type=code&redirect_uri=https%3A%2F%2Fsenko.tsunamistudio.net%2F&scope=identify+email+guilds"
export const AuthURL = "https://discord.com/api/oauth2/authorize?client_id=928399458570502155&response_type=token&redirect_uri=https%3A%2F%2Fsenko.tsunamistudio.net%2F&scope=identify+guilds+email"
export const MainURL = "https://senko.tsunamistudio.net"

2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefix": ".",
"creationDate": [2023, 12, 21],
"main_url": "https://senko.tsunamistudio.net/",
"web_link": "https://discord.com/oauth2/authorize?client_id=928399458570502155&response_type=code&redirect_uri=https%3A%2F%2Fsenko.tsunamistudio.net%2F&scope=identify+email+guilds",
"web_link": "https://discord.com/api/oauth2/authorize?client_id=928399458570502155&response_type=token&redirect_uri=https%3A%2F%2Fsenko.tsunamistudio.net%2F&scope=identify+guilds+email",
"port": 3000,
"api_max_listeners": 0,
"audio_port": 3001,
Expand Down

0 comments on commit edad269

Please sign in to comment.