This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There is new version of quoter plugin! See here: https://github.com/samogot/betterdiscord-plugins/tree/master/v2/Quoter | |
If you neen Quoter 2.8 - look into gist's history. | |
How to use: | |
There is Quote button appears on message hover. It doesn't work in compact mode. | |
- Click Quote button to quote full messages group. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* = MAIN Comment Block | |
* | |
* A Main Comment Block for a file. Recognized by the | |
* 'heavy' bottom border. This comment lives at the top of a file and | |
* document's its function. | |
* | |
* ========================================================================= */ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var p1 = { | |
x: 20, | |
y: 20 | |
}; | |
var p2 = { | |
x: 40, | |
y: 40 | |
}; |