Add test script
This commit is contained in:
parent
d76600e175
commit
584fba13ed
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Builded
|
// @name Builded
|
||||||
// @namespace https://git.swee.codes/swee/Builded
|
// @namespace https://git.swee.codes/swee/Builded
|
||||||
// @version 1.0
|
// @version 1.0.1
|
||||||
// @description Vencord, but for Guilded
|
// @description Vencord, but for Guilded
|
||||||
// @author Swee
|
// @author Swee
|
||||||
// @match https://guilded.gg
|
// @match https://*.guilded.gg
|
||||||
// @icon https://git.swee.codes/swee/Builded/raw/branch/main/Builded-solid.svg
|
// @icon https://git.swee.codes/swee/Builded/raw/branch/main/Builded-solid.svg
|
||||||
// @grant none
|
// @grant none
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Your code here...
|
// Your code here...
|
||||||
|
console.info("Builded Loaded <3")
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue