Skip to content

Commit

Permalink
poo poo
Browse files Browse the repository at this point in the history
  • Loading branch information
dumorando authored Mar 9, 2024
1 parent f030b61 commit 2964364
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1107,15 +1107,6 @@ const menuItems = [
description: "Get a user's scratch name to prove they are a real scratch user.",
featured: true
},
{
name: 'Discord Auth',
extensionId: 'https://snail-ide.js.org/discord.js',
snailExt: true,
iconURL: 'https://snail-ide.js.org/discord-png.png',
tags: ['penguinmod'],
description: "Get data from a Discord user!",
featured: true
},
{
name: 'Video',
extensionId: 'https://extensions.turbowarp.org/Lily/Video.js',
Expand Down Expand Up @@ -1660,6 +1651,16 @@ if (IsLocal || IsLiveTests) {
featured: true,
internetConnectionRequired: true
},

{
name: 'Discord Auth',
extensionId: 'https://snail-ide.js.org/discord.js',
snailExt: true,
iconURL: 'https://snail-ide.js.org/discord-png.png',
tags: ['penguinmod'],
description: "Get data from a Discord user!",
featured: true
},
];
extras.forEach(ext => {
menuItems.push(ext);
Expand Down

0 comments on commit 2964364

Please sign in to comment.