mirror of
https://github.com/EndPwnArchive/endpwn3.2-lambda.git
synced 2024-08-14 23:49:56 +00:00
canary fix (again)
This commit is contained in:
parent
119cf7a1ac
commit
cc3e5ea311
2 changed files with 4 additions and 15 deletions
|
@ -71,15 +71,6 @@ exports = {
|
|||
$settingsapi.ourSections.push({section:"HEADER",label:label});
|
||||
$settingsapi.sections.splice($settingsapi.sections.length-4,0,{section:"HEADER",label:label});
|
||||
},
|
||||
exportSections: function(){
|
||||
let out = "";
|
||||
|
||||
for(i in $settingsapi._sections){
|
||||
out = out + convertToText($settingsapi._sections[i]);
|
||||
}
|
||||
|
||||
return out;
|
||||
},
|
||||
//All of these allow us to use Discord's elements.
|
||||
elements: {
|
||||
createVerticalPanel: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue