Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
update invite for user app
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH authored Jul 1, 2024
1 parent 0e68e5b commit 1cefc53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ For more information see <https://bot.riskymh.dev/>

Quick links:

* Bot Invite: [https://discord.com/...](https://discord.com/api/oauth2/authorize?client_id=780657028695326720&scope=applications.commands)
* Bot Invite: <https://discord.com/oauth2/authorize?client_id=780657028695326720>
* Bot Server: <https://discord.gg/BanFeVWyFP>
4 changes: 2 additions & 2 deletions apps/website/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const BOT_INVITE_URL = "https://discord.com/api/oauth2/authorize?client_id=780657028695326720&scope=applications.commands";
export const IMGEN_INVITE_URL = "https://discord.com/api/oauth2/authorize?client_id=994856894697062441&scope=applications.commands";
export const BOT_INVITE_URL = "https://discord.com/oauth2/authorize?client_id=780657028695326720";
export const IMGEN_INVITE_URL = "https://discord.com/oauth2/authorize?client_id=994856894697062441";
export const SERVER_INVITE_URL = "https://discord.gg/BanFeVWyFP";
2 changes: 1 addition & 1 deletion apps/website/public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"thumbnailUrl": "http://RiskyMH.github.io/RiskyBOT/robot.png",
"theme_color": "#ED4245",
"sameAs": [
"https://discord.com/api/oauth2/authorize?client_id=780657028695326720&scope=applications.commands",
"https://discord.com/oauth2/authorize?client_id=780657028695326720",
"https://discord.gg/BanFeVWyFP",
"https://github.com/RiskyMH/RiskyBOT"

Expand Down

0 comments on commit 1cefc53

Please sign in to comment.