Skip to content

Commit

Permalink
Add more install guides
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince committed Nov 19, 2024
1 parent 7f8da5e commit 67b371b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/plugins/moreKaomoji/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ export default definePlugin({
{ name: "Dream", description: "Sends them to the Dream Client Minecraft guide", msg: "You can access the installation guide for Dream by visiting the following link: https://radiant.cc/forum/topic/80-minecraft-dream-client.html" },
{ name: "EtherealSP", description: "Sends them to the Ethereal Spoofer guide", msg: "You can access the installation guide for Ethereal Spoofer by visiting the following link: https://radiant.cc/forum/topic/129-ethereal-hwid-spoofer.html" },
{ name: "FecurityCOD", description: "Sends them to the Fecurity COD guide", msg: "You can access the installation guide for Fecurity For Call of duty by visiting the following link: https://radiant.cc/forum/topic/69-call-of-duty-warzone-fecurity.html" },
{ name: "Welcome", description: "Welcomes the customer", msg: "Welcome to radiant!" }
{ name: "Welcome", description: "Welcomes the customer", msg: "Welcome to radiant!" },
{ name: "OvixRDR2", description: "Sends them to the Ovix RDR2 guide", msg: "You can access the installation guide for Ovix RDR2 by visiting the following link: https://radiant.cc/forum/topic/51-ovix-rdr2.html" },
{ name: "FiKitRDR2", description: "Sends them to the Fikit RDR2 guide", msg: "You can access the installation guide for Fikit RDR2 by visiting the following link: https://radiant.cc/forum/topic/44-fikit-rdr2.html" },
{ name: "NewWayRDR2", description: "Sends them to the NewWay RDR2 guide", msg: "You can access the installation guide for NewWay RDR2 by visiting the following link: https://radiant.cc/forum/topic/46-newway-rdr2.html" },
{ name: "0xCheatsRDR2", description: "Sends them to the 0xCheats RDR2 guide", msg: "You can access the installation guide for 0xCheats RDR2 by visiting the following link: https://radiant.cc/forum/topic/42-oxcheats-rdr2.html" },
{ name: "FortitudeRDR2", description: "Sends them to the 0xCheats RDR2 guide", msg: "You can access the installation guide for Fortitude RDR2 by visiting the following link: https://radiant.cc/forum/topic/45-fortitude-rdr2.html" },
{ name: "ExodusRDR2", description: "Sends them to the Exodus RDR2 guide", msg: "You can access the installation guide for Exodus RDR2 by visiting the following link: https://radiant.cc/forum/topic/43-exodus-r2d2.html" }
].map(data => ({
...data,

Expand Down

0 comments on commit 67b371b

Please sign in to comment.