Skip to content

Commit b18559a

Browse files
committed
Rename to render example
1 parent 6d8ef35 commit b18559a

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
3-
"id": "custom-elements",
4-
"name": "Custom Elements Example",
3+
"id": "render-example",
4+
"name": "Render Example",
55
"authors": [
66
{
77
"name": "Jiiks",
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"version": 1.0,
14-
"description": "Custom Elements Description"
14+
"description": "Example for rendering stuff"
1515
},
1616
"main": "index.js"
1717
}

tests/ext/plugins/Custom Elements Example/index.js renamed to tests/ext/plugins/Render Example/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ module.exports = (Plugin, Api, Vendor) => {
1616
return class extends Plugin {
1717

1818
async onStart() {
19-
Logger.log('Custom Elements Example Started');
2019
this.injectStyle();
2120
this.patchGuildTextChannel();
2221
this.patchMessages();
2322
return true;
2423
}
2524

2625
async onStop() {
27-
Logger.log('Custom Elements Example Stopped');
2826
// The automatic unpatcher is not there yet
2927
Patcher.unpatchAll();
3028
CssUtils.deleteAllStyles();

0 commit comments

Comments
 (0)