• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language Svelte
  • License
    MIT License
  • Created over 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bringing LINE's sticker to Discord in a chaotic way.

GitHub license Chat / Support Support me Support me

What does this do?

You know how LINE and Telegram have this beautiful sticker system where you can send different reactions with just one click? This is a new approach at doing exactly that but on Discord!

It looks like this

How even?

By injecting the script into Discord it will automatically pull a curated list of sticker packs from chibisafe and add them to your Discord client. After that a heart button will appear in your message bar where you'll be able to see all the stickers!

Can I make this permanent?

You can! Currently the best way to get this up and running is by using BetterDiscord . Make sure to head to the Magane website for instructions on how to install it. If you have another injector already set up and running you could theoretically just feed it the Magane script and see if it works:

https://raw.githubusercontent.com/Pitu/Magane/master/dist/magane.min.js

So how exactly do I use it after adding the script?

It's very easy. After opening the sticker popup click on the little tool icon and you'll see a list of available sticker packs. Clicking on a sticker pack will subscribe you to it, making every sticker on that pack available on the main window. You can also right click any sticker in the list and add them to your favorites for easy access! To remove one, right click on it again.

Give me the code, I want to run this right now!

Press Ctrl + Shift + i or CMD + Option + i to open DevTools, and paste the following code inside:

document.head.appendChild(document.createElement('script')).setAttribute("src", "https://magane.moe/api/dist/magane")

Injecting random code into your Discord client could be harmful, that's why I provide the full source code so you can check out exactly what the script does. This plugin makes use of your personal token to make a request to the Discord api each time you click a sticker and never leaves nor does it do anything else with it. The script found in /dist is generated, webpacked and babeled from the source by running npm run webpack.