This gist allows you to send fake Discord message everywhere you want!
The snippet works both on unmodified Discord and Vencord
Important
This code by default tries to grab all functions it needs from already implemented ones by Vencord (specifically ConsoleShortcuts plugin) and if it can't find them for some reason it THEN tries to implement it by itself, so if something's broken on vanilla - use snippet with Vencord!
Usage is fairly simple. Below code returns function fakeMessage
as variable but also it saves the same implementation to window.fakeMessage
so you don't have to execute it multiple times. (code prevents you to do so anyways for performance reasons)